[gd_scene load_steps=4 format=2] [ext_resource path="res://assets/game/board_blue.png" type="Texture" id=1] [ext_resource path="res://script/title screen/Title-Screen-Background.png" type="Texture" id=2] [ext_resource path="res://script/game/Gameplay.gd" type="Script" id=3] [node name="Game" type="Control"] anchor_right = 1.0 anchor_bottom = 0.889 margin_left = -0.5 margin_top = 1.37003 margin_right = -0.5 margin_bottom = 41.33 script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false } [node name="board_blue" type="Sprite" parent="."] position = Vector2( 187, 178 ) texture = ExtResource( 1 ) __meta__ = { "_edit_lock_": true } [node name="Title-Screen-Background" type="Sprite" parent="."] show_behind_parent = true position = Vector2( 321.081, 179.931 ) texture = ExtResource( 2 ) flip_h = true [node name="VBoxContainer" type="VBoxContainer" parent="."] anchor_left = 0.912 anchor_top = 0.932 anchor_right = 0.912 anchor_bottom = 0.932 margin_left = 0.319946 margin_top = 0.47998 margin_right = 53.3199 margin_bottom = 20.48 __meta__ = { "_edit_use_anchors_": false } [node name="Forfeit" type="Button" parent="VBoxContainer"] margin_right = 53.0 margin_bottom = 20.0 text = "Forfeit" [connection signal="pressed" from="VBoxContainer/Forfeit" to="." method="_on_Forfeit_pressed"]