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
817f6898be
commit
d742c9d4cd
8 changed files with 68 additions and 20 deletions
|
@ -2,8 +2,8 @@ extends Node
|
|||
|
||||
export var xsize = 64
|
||||
export var ysize = 64
|
||||
export var zsize = 8
|
||||
export var cityname = "cool city"
|
||||
export var zsize = 6
|
||||
export var cityname = "night city"
|
||||
|
||||
func _ready():
|
||||
StateServer.generate_world(xsize, ysize, zsize, cityname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue