From 7d79eab28a78ac61a6c8f9505243132b7d5a4db4 Mon Sep 17 00:00:00 2001 From: tonydero Date: Mon, 14 Oct 2024 14:47:22 -0600 Subject: [PATCH] rename class files to capitalized, fix refs --- scenes/npc.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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="."]