Log message instead of create label for GDScript (#986)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
extends Label
|
||||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
self.text = "Hello World"
|
||||
func _init():
|
||||
print("Hello World")
|
||||
|
||||
Reference in New Issue
Block a user