1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
Boat-Battle/godot_ship/scenes/Main.tscn
2021-10-20 06:23:26 -05:00

23 lines
709 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/Debug Menu.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/Gameplay.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/Title Screen.tscn" type="PackedScene" id=3]
[ext_resource path="res://scenes/Options.tscn" type="PackedScene" id=4]
[node name="Root" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title Screen" parent="." instance=ExtResource( 3 )]
[node name="Game" parent="." instance=ExtResource( 2 )]
[node name="Options" parent="." instance=ExtResource( 4 )]
visible = false
[node name="Debug Menu" parent="." instance=ExtResource( 1 )]