first commit

This commit is contained in:
pennyrigate 2022-12-07 02:00:47 -05:00
commit 096ebe5aa4
275 changed files with 3937 additions and 0 deletions

7
Main.tscn Normal file
View file

@ -0,0 +1,7 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://control.tscn" type="PackedScene" id=1]
[node name="Main" type="Node2D"]
[node name="Control" parent="." instance=ExtResource( 1 )]