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
|
@ -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={
|
||||
|
|
|
@ -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…
Reference in a new issue