mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
add generate world method
This commit is contained in:
parent
47b9179c67
commit
a5fd29fc39
8 changed files with 90 additions and 26 deletions
|
@ -4,4 +4,4 @@ var server = preload("res://native/StateServer.tscn").instance()
|
|||
|
||||
func _ready():
|
||||
add_child(server)
|
||||
server.foo()
|
||||
server.generate_world()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue