mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
default values for tiles
This commit is contained in:
parent
7895471778
commit
418dec7bd4
4 changed files with 11 additions and 8 deletions
Binary file not shown.
|
@ -2,8 +2,8 @@ extends Node
|
|||
|
||||
onready var server = $StateServer
|
||||
|
||||
export var xsize = 16
|
||||
export var ysize = 16
|
||||
export var xsize = 256
|
||||
export var ysize = 256
|
||||
export var zsize = 16
|
||||
|
||||
var Tilemap = preload("res://world/Tilemap.tscn")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue