match-3-game/project/Scenes/Game.tscn

22 lines
486 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://Scripts/Grid.gd" type="Script" id=1]
[node name="Game" type="Node"]
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Grid" type="Node2D" parent="."]
script = ExtResource( 1 )
width = 7
height = 7
offset = 70
y_offset = -2
empty_spaces = PoolVector2Array( 0, 0, 0, 6, 6, 6, 6, 0, 2, 3, 3, 3, 4, 3 )