diff --git a/scenes/UI/About.tscn b/scenes/UI/About.tscn new file mode 100644 index 0000000..c56b556 --- /dev/null +++ b/scenes/UI/About.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="About" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/scenes/UI/ChooseScene.tscn b/scenes/UI/ChooseScene.tscn new file mode 100644 index 0000000..81d2651 --- /dev/null +++ b/scenes/UI/ChooseScene.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="ChooseScene" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +}