mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 13:25:58 +00:00
35 lines
830 B
Plaintext
35 lines
830 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://assets/backgrounds/Background_Dark.png" type="Texture" id=1]
|
|
[ext_resource path="res://script/game/Gameplay/Game.gd" type="Script" id=3]
|
|
|
|
|
|
[node name="Game" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
mouse_filter = 2
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Buttons" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.912
|
|
anchor_top = 0.932
|
|
anchor_right = 0.912
|
|
anchor_bottom = 0.932
|
|
margin_left = -3.68005
|
|
margin_top = -4.52002
|
|
margin_right = 49.3199
|
|
margin_bottom = 15.48
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Forfeit" type="Button" parent="Buttons"]
|
|
margin_right = 53.0
|
|
margin_bottom = 20.0
|
|
text = "Forfeit"
|
|
|
|
[connection signal="pressed" from="Buttons/Forfeit" to="." method="_on_Forfeit_pressed"]
|