diff --git a/godot_ship/scenes/Debug Menu.tscn b/godot_ship/scenes/Debug Menu.tscn new file mode 100644 index 0000000..2ee2025 --- /dev/null +++ b/godot_ship/scenes/Debug Menu.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="Debug" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/godot_ship/scenes/Title Screen.tscn b/godot_ship/scenes/Title Screen.tscn new file mode 100644 index 0000000..7127ecc --- /dev/null +++ b/godot_ship/scenes/Title Screen.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="Title Node" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +}