mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
fuck around with native script
This commit is contained in:
parent
f0ea635b71
commit
a95e7cd77b
5 changed files with 25 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
extends Node
|
||||
|
||||
var server = preload("res://native/StateServer.tscn").instance()
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
|
||||
func _ready():
|
||||
add_child(server)
|
||||
print(server.a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue