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

Add title and debug UI scenes

This commit is contained in:
John 2021-10-14 20:46:51 -05:00
parent 9e1faf149a
commit c632800adb
2 changed files with 16 additions and 0 deletions

View File

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

View File

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