From c632800adb39519bc9269e23c8492de6580e4fd3 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Thu, 14 Oct 2021 20:46:51 -0500 Subject: [PATCH] Add title and debug UI scenes --- godot_ship/scenes/Debug Menu.tscn | 8 ++++++++ godot_ship/scenes/Title Screen.tscn | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 godot_ship/scenes/Debug Menu.tscn create mode 100644 godot_ship/scenes/Title Screen.tscn 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 +}