5 lines
58 B
GDScript
5 lines
58 B
GDScript
extends Label
|
|
|
|
func _ready():
|
|
self.text = "Hello World"
|