Blob


1 [gd_scene load_steps=3 format=2]
3 [ext_resource path="res://assets/board/board.png" type="Texture" id=1]
4 [ext_resource path="res://src/board.gd" type="Script" id=2]
6 [node name="board" type="Node2D"]
7 script = ExtResource( 2 )
9 [node name="Sprite" type="Sprite" parent="."]
10 position = Vector2( 523, 293 )
11 texture = ExtResource( 1 )
13 [node name="setup" type="Button" parent="."]
14 margin_left = 101.0
15 margin_top = 279.0
16 margin_right = 190.0
17 margin_bottom = 299.0
18 text = "Setup Board"
20 [node name="pieces" type="Node2D" parent="."]
22 [node name="Button" type="Button" parent="."]
23 margin_left = 109.0
24 margin_top = 165.0
25 margin_right = 198.0
26 margin_bottom = 185.0
27 text = "PING/PONG"
29 [connection signal="button_down" from="setup" to="." method="_on_setup_click"]
30 [connection signal="pressed" from="Button" to="." method="_fai_cose"]