From b700f169fe53756add357922d109308da9234117 Mon Sep 17 00:00:00 2001 From: Giggy <71663261+GiggyMantis@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:17:38 -0400 Subject: [PATCH] Moved scripts to correct location --- PartOfSpeechManagement.gd => scripts/PartOfSpeechManagement.gd | 0 word.tscn | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename PartOfSpeechManagement.gd => scripts/PartOfSpeechManagement.gd (100%) diff --git a/PartOfSpeechManagement.gd b/scripts/PartOfSpeechManagement.gd similarity index 100% rename from PartOfSpeechManagement.gd rename to scripts/PartOfSpeechManagement.gd diff --git a/word.tscn b/word.tscn index 52b89b4..446f176 100644 --- a/word.tscn +++ b/word.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bojatcy60ut07"] -[ext_resource type="Script" path="res://PartOfSpeechManagement.gd" id="1_b8vcb"] +[ext_resource type="Script" path="res://scripts/PartOfSpeechManagement.gd" id="1_b8vcb"] [node name="Word" type="HBoxContainer" node_paths=PackedStringArray("pos_selector")] script = ExtResource("1_b8vcb")