pull/2/head
jaysunxiao 2022-01-03 14:17:41 +08:00
parent bf9664397e
commit 347c014ef8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
``` ```
类名必须与文件名相同,且为小写 类名必须与文件名相同,且为小写
尽量继承于 Node 节点所有的脚本都继承于这个类Node 节点是脚本控制最多的节点 尽量继承于 Node2D 节点Node2D 节点中的Transform是我们用的最多的节点
``` ```
- 常用函数内部执行顺序_init _ready _process - 常用函数内部执行顺序_init _ready _process