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