initial commit
This commit is contained in:
commit
93ab4e6559
6 changed files with 129 additions and 0 deletions
5
Main.gd
Normal file
5
Main.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
randomize()
|
||||
Utils.goto_scene(Utils.SIMULATION_SETUP)
|
||||
Loading…
Add table
Add a link
Reference in a new issue