3 lines
70 B
GDScript
3 lines
70 B
GDScript
extends DVNScene
|
|
func _ready() -> void:
|
|
create_text_balloon("start")
|