initial commit

This commit is contained in:
David Allen 2025-04-04 23:57:04 -06:00
commit 93ab4e6559
Signed by: towk
GPG key ID: 793B2924A49B3A3F
6 changed files with 129 additions and 0 deletions

5
Main.gd Normal file
View file

@ -0,0 +1,5 @@
extends Node
func _ready() -> void:
randomize()
Utils.goto_scene(Utils.SIMULATION_SETUP)