Richie Bendall 724f52ad81 Added Gdscript
Fixes: #603
Co-Authored-By: OpenLightGames <jshlw@users.noreply.github.com>
2020-04-01 05:30:40 +13:00

5 lines
58 B
GDScript

extends Label
func _ready():
self.text = "Hello World"