mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
Boats work again
pog
This commit is contained in:
parent
06e131834a
commit
e9040293ae
@ -26,31 +26,6 @@ __meta__ = {
|
||||
position = Vector2( 187, 178 )
|
||||
texture = ExtResource( 1 )
|
||||
|
||||
[node name="2longShipS" type="Sprite" parent="board_blue"]
|
||||
position = Vector2( 413.784, -126.581 )
|
||||
texture = ExtResource( 4 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="3longShipAS" type="Sprite" parent="board_blue"]
|
||||
position = Vector2( 412.524, 83.826 )
|
||||
texture = ExtResource( 8 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="3longShipBS" type="Sprite" parent="board_blue"]
|
||||
position = Vector2( 413.784, -31.457 )
|
||||
texture = ExtResource( 6 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="4longShipS" type="Sprite" parent="board_blue"]
|
||||
position = Vector2( 356.458, 75.006 )
|
||||
texture = ExtResource( 7 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="5longShipS" type="Sprite" parent="board_blue"]
|
||||
position = Vector2( 354.568, -88.7834 )
|
||||
texture = ExtResource( 5 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="Title-Screen-Background" type="Sprite" parent="."]
|
||||
show_behind_parent = true
|
||||
position = Vector2( 321.081, 179.931 )
|
||||
@ -88,5 +63,30 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="2longShipS" type="Sprite" parent="."]
|
||||
position = Vector2( 600.784, 51.419 )
|
||||
texture = ExtResource( 4 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="3longShipAS" type="Sprite" parent="."]
|
||||
position = Vector2( 599.524, 261.826 )
|
||||
texture = ExtResource( 8 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="3longShipBS" type="Sprite" parent="."]
|
||||
position = Vector2( 600.784, 146.543 )
|
||||
texture = ExtResource( 6 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="4longShipS" type="Sprite" parent="."]
|
||||
position = Vector2( 543.458, 253.006 )
|
||||
texture = ExtResource( 7 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[node name="5longShipS" type="Sprite" parent="."]
|
||||
position = Vector2( 541.568, 89.2166 )
|
||||
texture = ExtResource( 5 )
|
||||
script = ExtResource( 9 )
|
||||
|
||||
[connection signal="pressed" from="VBoxContainer/Forfeit" to="." method="_on_Forfeit_pressed"]
|
||||
[connection signal="about_to_show" from="ConfirmationDialog" to="." method="_on_ConfirmationDialog_about_to_show"]
|
||||
|
Loading…
Reference in New Issue
Block a user