GDExtensionTemplate/Test.gd
somebody_master f1a0aaccd7
Export variables with gdextension
Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
2023-04-14 12:01:06 +02:00

10 lines
230 B
GDScript

extends Test
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta: float) -> void:
pass;