initial commit

This commit is contained in:
Jack Case
2025-08-18 20:14:18 -04:00
commit cb2caa44cd
10 changed files with 103 additions and 0 deletions

9
game_window.tscn Normal file
View File

@@ -0,0 +1,9 @@
[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(553, 259)
script = ExtResource("1_mn5vm")