mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
seeding! hooray!
This commit is contained in:
parent
95a5eae1f6
commit
817f6898be
5 changed files with 18 additions and 6 deletions
|
@ -3,6 +3,7 @@ extends Node
|
|||
export var xsize = 64
|
||||
export var ysize = 64
|
||||
export var zsize = 8
|
||||
export var cityname = "cool city"
|
||||
|
||||
func _ready():
|
||||
StateServer.generate_world(xsize, ysize, zsize)
|
||||
StateServer.generate_world(xsize, ysize, zsize, cityname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue