From 407a4c638b6060e3a1f5141ac085120094ea5769 Mon Sep 17 00:00:00 2001 From: aspergerli Date: Mon, 9 Mar 2026 22:01:28 +0100 Subject: [PATCH] fix: move 'schematic_setup' to scripts folder --- scenes/schematic.tscn | 2 +- {scenes => scripts}/schematic_setup.gd | 0 {scenes => scripts}/schematic_setup.gd.uid | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {scenes => scripts}/schematic_setup.gd (100%) rename {scenes => scripts}/schematic_setup.gd.uid (100%) diff --git a/scenes/schematic.tscn b/scenes/schematic.tscn index cf858ac..c1e2781 100644 --- a/scenes/schematic.tscn +++ b/scenes/schematic.tscn @@ -1,6 +1,6 @@ [gd_scene format=3 uid="uid://bp0i0yks8p3ly"] -[ext_resource type="Script" uid="uid://87mx553o86gf" path="res://scenes/schematic_setup.gd" id="1_1j52r"] +[ext_resource type="Script" uid="uid://87mx553o86gf" path="res://scripts/schematic_setup.gd" id="1_1j52r"] [ext_resource type="Script" uid="uid://clqgq1n7v0ar" path="res://addons/card-framework/card_manager.gd" id="2_waqni"] [ext_resource type="PackedScene" uid="uid://cbjawyutvn74s" path="res://scenes/Jass_card_factory.tscn" id="3_ggwjq"] [ext_resource type="Script" uid="uid://dj46jo3lfbclo" path="res://addons/card-framework/hand.gd" id="4_unpya"] diff --git a/scenes/schematic_setup.gd b/scripts/schematic_setup.gd similarity index 100% rename from scenes/schematic_setup.gd rename to scripts/schematic_setup.gd diff --git a/scenes/schematic_setup.gd.uid b/scripts/schematic_setup.gd.uid similarity index 100% rename from scenes/schematic_setup.gd.uid rename to scripts/schematic_setup.gd.uid