5 lines
66 B
GDScript
5 lines
66 B
GDScript
extends Label
|
|
|
|
|
|
func _ready():
|
|
text += Engine.get_license_text()
|