mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
fucking signals, how do they work
This commit is contained in:
parent
bcd4a1b031
commit
9d9348faca
6 changed files with 10 additions and 16 deletions
|
@ -1,7 +1,5 @@
|
|||
extends Node
|
||||
|
||||
var server = preload("res://native/StateServer.tscn").instance()
|
||||
onready var server = $StateServer
|
||||
|
||||
func _ready():
|
||||
add_child(server)
|
||||
server.generate_world()
|
||||
server.generate_world(1024,1024,512)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue