initial commit

This commit is contained in:
Dan
2022-08-13 21:03:56 -04:00
commit 7cc95eac12
21 changed files with 853 additions and 0 deletions

8
setup.tscn Normal file
View File

@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://setup.gd" type="Script" id=1]
[node name="Control" type="Control"]
margin_right = 40.0
margin_bottom = 40.0
script = ExtResource( 1 )