diff --git a/Scenes/Window.tscn b/Scenes/Window.tscn index 366ff66..8ab391f 100644 --- a/Scenes/Window.tscn +++ b/Scenes/Window.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=2] -[ext_resource path="res://Scenes/Container.gd" type="Script" id=1] +[ext_resource path="res://Scripts/Container.gd" type="Script" id=1] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0.0823529, 0.0823529, 0.0823529, 1 ) diff --git a/Scenes/Container.gd b/Scripts/Container.gd similarity index 100% rename from Scenes/Container.gd rename to Scripts/Container.gd