mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
hooray! simplex noise
This commit is contained in:
parent
c2c9d9b3e3
commit
b6fbb204f1
10 changed files with 189 additions and 108 deletions
|
@ -3,7 +3,7 @@ extends Node
|
|||
export var xsize = 256
|
||||
export var ysize = 256
|
||||
export var zsize = 3
|
||||
export var cityname = "night city"
|
||||
export var cityname = "cute little kitties"
|
||||
|
||||
func _ready():
|
||||
StateServer.generate_world(xsize, ysize, zsize, cityname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue