aboutsummaryrefslogtreecommitdiff
path: root/game/src/LocaleButton.tscn
diff options
context:
space:
mode:
author Spartan322 <Megacake1234@gmail.com>2023-06-03 20:37:10 +0200
committer Spartan322 <Megacake1234@gmail.com>2023-06-03 20:37:10 +0200
commitcef940108fe15752c3ef66f43f5169403fa2f71d (patch)
treefe4de5a05830e3bddeae78f74f729503b7cee1e9 /game/src/LocaleButton.tscn
parent73e29d02e48739aba5ca5db1b9575c67e795400f (diff)
Reorganize the file structure of the files in `game/src`
Diffstat (limited to 'game/src/LocaleButton.tscn')
-rw-r--r--game/src/LocaleButton.tscn12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/src/LocaleButton.tscn b/game/src/LocaleButton.tscn
deleted file mode 100644
index 55f1c29..0000000
--- a/game/src/LocaleButton.tscn
+++ /dev/null
@@ -1,12 +0,0 @@
-[gd_scene load_steps=2 format=3 uid="uid://b7oncobnacxmt"]
-
-[ext_resource type="Script" path="res://src/LocaleButton.gd" id="1_ganev"]
-
-[node name="LocaleButton" type="OptionButton"]
-custom_minimum_size = Vector2(150, 0)
-alignment = 2
-text_overrun_behavior = 2
-fit_to_longest_item = false
-script = ExtResource("1_ganev")
-
-[connection signal="item_selected" from="." to="." method="_on_item_selected"]