mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
seeding! hooray!
This commit is contained in:
parent
817f6898be
commit
d742c9d4cd
8 changed files with 68 additions and 20 deletions
|
@ -1,3 +1,3 @@
|
|||
source_md5="d864960022980c4270042a1ed80b9ac4"
|
||||
dest_md5="5f766eea69301dc969f05fac899cb4cb"
|
||||
source_md5="30885b768ea8e61f6f1072099ba8c3af"
|
||||
dest_md5="3858a5d8c4a4ecf0f3bd148fa4d0440a"
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 7 KiB |
|
@ -2,8 +2,8 @@ extends Node
|
|||
|
||||
export var xsize = 64
|
||||
export var ysize = 64
|
||||
export var zsize = 8
|
||||
export var cityname = "cool city"
|
||||
export var zsize = 6
|
||||
export var cityname = "night city"
|
||||
|
||||
func _ready():
|
||||
StateServer.generate_world(xsize, ysize, zsize, cityname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue