4
g/GDScript.gd
Normal file
4
g/GDScript.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Label
|
||||
|
||||
func _ready():
|
||||
self.text = "Hello World"
|
||||
Reference in New Issue
Block a user