pull/2/head
jaysunxiao 2022-01-09 15:19:17 +08:00
parent ec8d68cd8c
commit a8186c351a
1 changed files with 5 additions and 0 deletions

View File

@ -29,10 +29,15 @@ Engine.target_fps = 120
![Image text](image/delta.png)
![Image text](image/delta-1.png)
# 3. 节点的生命周期
![Image text](image/godot_process.jpg)
![Image text](image/godot_node.jpg)
![Image text](image/godot_lifecycle.jpg)
# 4. process和physics_process
![Image text](image/process.png)
![Image text](image/process-1.png)
![Image text](image/physics.png)