mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
placing brown bricks in codename routes is the most fun you can have while playing an app
This commit is contained in:
parent
61f952664d
commit
95a5eae1f6
2 changed files with 8 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
extends Node
|
||||
|
||||
export var xsize = 256
|
||||
export var ysize = 256
|
||||
export var zsize = 16
|
||||
export var xsize = 64
|
||||
export var ysize = 64
|
||||
export var zsize = 8
|
||||
|
||||
func _ready():
|
||||
StateServer.generate_world(xsize, ysize, zsize)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue