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:
parent
9e1faf149a
commit
c632800adb
8
godot_ship/scenes/Debug Menu.tscn
Normal file
8
godot_ship/scenes/Debug Menu.tscn
Normal 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
|
||||
}
|
8
godot_ship/scenes/Title Screen.tscn
Normal file
8
godot_ship/scenes/Title Screen.tscn
Normal 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user