7 lines
131 B
GDScript3
7 lines
131 B
GDScript3
|
|
extends Node
|
||
|
|
|
||
|
|
|
||
|
|
# Called when the node enters the scene tree for the first time.
|
||
|
|
func _ready():
|
||
|
|
pass # Replace with function body.
|