[gd_scene load_steps=4 format=3 uid="uid://4saff6435gux"] [ext_resource type="Script" uid="uid://bex8wrsgbx63r" path="res://script/board.gd" id="1_b3264"] [ext_resource type="PackedScene" uid="uid://cmdvtaiunt32k" path="res://piece/cell.tscn" id="2_32fhn"] [ext_resource type="Texture2D" uid="uid://b6om08wjtci31" path="res://asset/grid.png" id="3_rl6p6"] [node name="Board" type="Control"] custom_minimum_size = Vector2(200, 300) layout_mode = 3 anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 grow_horizontal = 2 script = ExtResource("1_b3264") cell_catalogue = Array[PackedScene]([ExtResource("2_32fhn")]) [node name="grid" type="TextureRect" parent="."] unique_name_in_owner = true layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 texture = ExtResource("3_rl6p6") stretch_mode = 1 [node name="turnTimer" type="Timer" parent="."] unique_name_in_owner = true [connection signal="timeout" from="turnTimer" to="." method="_on_turn_timer_timeout"]