third commit

This commit is contained in:
2026-05-28 00:06:51 -04:00
parent a6db45300c
commit 4266625390
16 changed files with 145 additions and 46 deletions
+18
View File
@@ -0,0 +1,18 @@
[gd_scene format=3 uid="uid://la8pwcc0tjuu"]
[ext_resource type="Script" uid="uid://bnaxgcafcvtfv" path="res://GridMap.cs" id="1_lq4m8"]
[ext_resource type="PackedScene" uid="uid://bxqhci3fya80t" path="res://grid_marker.tscn" id="2_gc0wv"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_q4dkg"]
size = Vector2(1600, 800)
[node name="GridMap" type="Node2D" unique_id=1123610167]
position = Vector2(960, 510)
script = ExtResource("1_lq4m8")
[node name="PlayArea" type="Area2D" parent="." unique_id=1719758298]
[node name="Bounds" type="CollisionShape2D" parent="PlayArea" unique_id=1902214362]
shape = SubResource("RectangleShape2D_q4dkg")
[node name="GridMarker" parent="." unique_id=1390656323 instance=ExtResource("2_gc0wv")]