pull/2/head
jaysunxiao 2022-01-02 20:00:16 +08:00
parent 9d60fad901
commit 9498d37673
1 changed files with 5 additions and 0 deletions

View File

@ -10,8 +10,13 @@ export(String, FILE, "*.txt") var d
export(Resource) var f
export(Color, RGB) var g
func _init():
print("init")
# Called when the node enters the scene tree for the first time.
func _ready():
print("ready")
print("new一个对象--------------------------------")
var myClass = MyClass.new()
print(myClass.to_string())