18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bai2mcthexgm5"]
|
|
|
|
[ext_resource type="Script" uid="uid://c1k5pgejmn3bb" path="res://grid.gd" id="1_mn5vm"]
|
|
|
|
[node name="GameWindow" type="Node2D"]
|
|
|
|
[node name="Grid" type="Node2D" parent="."]
|
|
position = Vector2(393, 224)
|
|
script = ExtResource("1_mn5vm")
|
|
offset = 60.0
|
|
|
|
[node name="Debug Label" type="Label" parent="Grid"]
|
|
offset_left = -372.0
|
|
offset_top = -206.0
|
|
offset_right = 729.0
|
|
offset_bottom = -123.0
|
|
autowrap_mode = 1
|