From 9e1faf149aff6ffd4be0d2e2162f4054c73511a0 Mon Sep 17 00:00:00 2001 From: John Breaux Date: Thu, 14 Oct 2021 20:35:59 -0500 Subject: [PATCH] Add UI canvases --- godot_ship/scenes/Gameplay.tscn | 2 +- godot_ship/scenes/Main.tscn | 7 ++++++- godot_ship/scenes/Options.tscn | 8 ++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 godot_ship/scenes/Options.tscn diff --git a/godot_ship/scenes/Gameplay.tscn b/godot_ship/scenes/Gameplay.tscn index 1535a70..9ac1f9a 100644 --- a/godot_ship/scenes/Gameplay.tscn +++ b/godot_ship/scenes/Gameplay.tscn @@ -3,7 +3,7 @@ [node name="Game" type="Control"] anchor_right = 1.0 anchor_bottom = 0.889 -margin_bottom = -0.0400085 +margin_bottom = 39.96 __meta__ = { "_edit_use_anchors_": false } diff --git a/godot_ship/scenes/Main.tscn b/godot_ship/scenes/Main.tscn index cc4aa36..bd41ee5 100644 --- a/godot_ship/scenes/Main.tscn +++ b/godot_ship/scenes/Main.tscn @@ -1,3 +1,8 @@ [gd_scene format=2] -[node name="Game" type="Node2D"] +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/godot_ship/scenes/Options.tscn b/godot_ship/scenes/Options.tscn new file mode 100644 index 0000000..24a9acc --- /dev/null +++ b/godot_ship/scenes/Options.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="Options" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +}