add generate world method

This commit is contained in:
zoe 2022-05-04 00:06:50 +02:00
parent 47b9179c67
commit a5fd29fc39
8 changed files with 90 additions and 26 deletions

Binary file not shown.

View file

@ -4,4 +4,4 @@ var server = preload("res://native/StateServer.tscn").instance()
func _ready():
add_child(server)
server.foo()
server.generate_world()