https://gitee.com/mirrors/godot.git
python -m pip install scons scons -j6 platform=windows
Project由Scene场景组成,场景中所有对象继承Node(Node继承Object,Object包含所有图形和数据元素)。 Scene Group:场景对象划分,方便消息分类传递和搜索。 生命周期:_enter_tree------_ready------_exit_tree (instance实例化和free释放) Scene singleton:场景单例(Project Setting中设置,AutoLoad选项添加资源窗口中的全局脚本)
gdscript 4.x和3.x语法区别 https://blog.csdn.net/ttm2d/article/details/107818889
参考: http://www.amsoft.cn/sort/27 http://www.godotengine.org/wp/features/ https://github.com/okamstudio/godot/wiki/gdscript脚本语法