📌  相关文章
📜  无效集索引 godot - Go 编程语言 - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:45:01.812000             🧑  作者: Mango

代码示例1
This will usually be because you set the wrong name to a variable 
or wrong data type. For example, I got this when I was following a tutorial
 and did "onready var sprite: Sprite =  get_node("Sprite"), which
 was right for the tutorial, but remember to use your own names 
 if you change them from a tutorial!