1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-14 21:15:58 +00:00

Add UI canvases

This commit is contained in:
John 2021-10-14 20:35:59 -05:00
parent faa0792b0e
commit 9e1faf149a
3 changed files with 15 additions and 2 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}