diff --git a/scenes/npc.tscn b/scenes/npc.tscn index 5c1cba0..a1f3fc1 100644 --- a/scenes/npc.tscn +++ b/scenes/npc.tscn @@ -1,13 +1,13 @@ [gd_scene load_steps=4 format=3 uid="uid://cdu3sqa0k8dgs"] -[ext_resource type="Script" path="res://scripts/npc.gd" id="2_a7mo0"] +[ext_resource type="Script" path="res://scripts/NPC.gd" id="1_m6htj"] [ext_resource type="Texture2D" uid="uid://b10c1776j6j60" path="res://assets/icon.svg" id="2_yarwk"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_tv6kf"] size = Vector2(196, 175) [node name="NPC" type="Node2D"] -script = ExtResource("2_a7mo0") +script = ExtResource("1_m6htj") [node name="CharacterBody2D" type="CharacterBody2D" parent="."]