placing brown bricks in codename routes is the most fun you can have while playing an app

This commit is contained in:
Zoe 2022-05-08 21:03:57 +02:00
parent 61f952664d
commit 95a5eae1f6
2 changed files with 8 additions and 3 deletions

View File

@ -18,6 +18,11 @@ config/icon="res://icon.png"
StateServer="*res://native/StateServer.tscn"
[display]
window/size/width=1920
window/size/height=1080
[importer_defaults]
texture={

View File

@ -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)