Log message instead of create label for GDScript (#986)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
MrBrain295
2021-04-17 08:41:18 -05:00
committed by GitHub
parent 5f3f3fbe16
commit 0bea42f195

View File

@@ -1,4 +1,4 @@
extends Label
extends Node2D
func _ready():
self.text = "Hello World"
func _init():
print("Hello World")