doc
|
@ -8,25 +8,25 @@
|
||||||
|
|
||||||
|
|
||||||
- 左侧面分栏具体包括:
|
- 左侧面分栏具体包括:
|
||||||
1. 文件系统(FileSystem),显示了当前项目中所有的资源文件
|
1. 文件系统(FileSystem),显示了当前项目中所有的资源文件
|
||||||
2. 导入(Import),显示了文件系统分栏中所选资源文件的导入设置。
|
2. 导入(Import),显示了文件系统分栏中所选资源文件的导入设置。
|
||||||
3. 场景(Scene),按照层级结构显示当前场景中的所有节点,可以简单的理解为一个游戏里的场景/关卡
|
3. 场景(Scene),按照层级结构显示当前场景中的所有节点,可以简单的理解为一个游戏里的场景/关卡
|
||||||
|
|
||||||
|
|
||||||
- 右侧面分栏具体包括:
|
- 右侧面分栏具体包括:
|
||||||
1. 属性(Inspector),显示了场景分栏中所选节点的属性。
|
1. 属性(Inspector),显示了场景分栏中所选节点的属性。
|
||||||
2. 节点(Node),显示了与当前场景分栏中所选节点对应的一些“信息”。
|
2. 节点(Node),显示了与当前场景分栏中所选节点对应的一些“信息”。
|
||||||
|
|
||||||
### 中间面板:
|
### 中间面板:
|
||||||
|
|
||||||
- 主工作区(Workspace)
|
- 主工作区(Workspace)
|
||||||
- 2D,当在场景分栏中所选节点为2D类型时,会自动进入此工作区。
|
- 2D,当在场景分栏中所选节点为2D类型时,会自动进入此工作区。
|
||||||
- 3D,当在场景分栏中所选节点为3D类型时,会自动进入此工作区。
|
- 3D,当在场景分栏中所选节点为3D类型时,会自动进入此工作区。
|
||||||
- 脚本(Script),此工作区可以对当前项目中的脚本进行编辑。
|
- 脚本(Script),此工作区可以对当前项目中的脚本进行编辑。
|
||||||
- 资源库(AssetLib),可以搜索并浏览网站上的资源
|
- 资源库(AssetLib),可以搜索并浏览网站上的资源
|
||||||
|
|
||||||
- 底部面板(Bottom Panel)
|
- 底部面板(Bottom Panel)
|
||||||
- 隐藏
|
- 隐藏
|
||||||
|
|
||||||
|
|
||||||
- 与Unity和UE4不同的是:Godot这种布局关系当前是相对固定的,即它不能随意调整任意一个面板的位置或脱离成独立的窗口。虽然这看似是一个缺点,不过从某种程度上讲也让引擎变得更简单了。
|
- 与Unity和UE4不同的是:Godot这种布局关系当前是相对固定的,即它不能随意调整任意一个面板的位置或脱离成独立的窗口。虽然这看似是一个缺点,不过从某种程度上讲也让引擎变得更简单了。
|
||||||
|
@ -62,6 +62,29 @@ Audio音频素材 ( *.mp3)
|
||||||
每一个大格子为:64像素 x 64像素
|
每一个大格子为:64像素 x 64像素
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# 4. 游戏对象
|
||||||
|
|
||||||
|
- 游戏对象 Node,就是场景中包含的内容,godot所有操作都是基于节点Node
|
||||||
|
|
||||||
|
- 演示:向Scene窗口里添加几个图片
|
||||||
|
|
||||||
|
```
|
||||||
|
1 准备图片素材
|
||||||
|
2 把图片拖到 Scene窗口,或者 Hierarchy窗口
|
||||||
|
3 在Hierarchy窗口中,观察新加的2个游戏对象
|
||||||
|
```
|
||||||
|
|
||||||
|
- 游戏对象的简单操作:
|
||||||
|
|
||||||
|
```
|
||||||
|
1 选中游戏对象
|
||||||
|
从左侧的层次管理器中选中游戏对象
|
||||||
|
2 移动游戏对象
|
||||||
|
选用移动工具,拖动小方块
|
||||||
|
3 修改对象名字
|
||||||
|
在层级管理器中,可以修改名字、删除对象等操作
|
||||||
|
```
|
||||||
|
|
||||||
# 4. godot的坐标系
|
# 4. godot的坐标系
|
||||||
|
|
||||||
- 选择移动工具,移动一个对象
|
- 选择移动工具,移动一个对象
|
||||||
|
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 880 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 934 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 961 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 150 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 256 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 348 KiB |
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 3.0 MiB After Width: | Height: | Size: 325 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 184 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 178 KiB |
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 278 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 222 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 270 KiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 205 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 235 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 165 KiB |
Before Width: | Height: | Size: 909 KiB After Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 234 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 182 KiB |
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 285 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 190 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 211 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 217 KiB |
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 265 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 2.9 MiB After Width: | Height: | Size: 292 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 259 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 209 KiB |
Before Width: | Height: | Size: 2.6 MiB After Width: | Height: | Size: 276 KiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 250 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 262 KiB |
Before Width: | Height: | Size: 839 KiB After Width: | Height: | Size: 284 KiB |
Before Width: | Height: | Size: 854 KiB After Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 244 KiB |
Before Width: | Height: | Size: 666 KiB After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 645 KiB After Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 686 KiB After Width: | Height: | Size: 230 KiB |
Before Width: | Height: | Size: 647 KiB After Width: | Height: | Size: 218 KiB |
Before Width: | Height: | Size: 632 KiB After Width: | Height: | Size: 216 KiB |
Before Width: | Height: | Size: 648 KiB After Width: | Height: | Size: 220 KiB |
Before Width: | Height: | Size: 422 KiB After Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 544 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 720 KiB After Width: | Height: | Size: 247 KiB |
Before Width: | Height: | Size: 758 KiB After Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 838 KiB After Width: | Height: | Size: 284 KiB |
Before Width: | Height: | Size: 706 KiB After Width: | Height: | Size: 238 KiB |
Before Width: | Height: | Size: 708 KiB After Width: | Height: | Size: 240 KiB |
Before Width: | Height: | Size: 805 KiB After Width: | Height: | Size: 273 KiB |
Before Width: | Height: | Size: 937 KiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 762 KiB After Width: | Height: | Size: 258 KiB |
Before Width: | Height: | Size: 715 KiB After Width: | Height: | Size: 232 KiB |
Before Width: | Height: | Size: 808 KiB After Width: | Height: | Size: 262 KiB |
Before Width: | Height: | Size: 1010 KiB After Width: | Height: | Size: 317 KiB |
Before Width: | Height: | Size: 465 KiB After Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 653 KiB After Width: | Height: | Size: 221 KiB |
Before Width: | Height: | Size: 960 KiB After Width: | Height: | Size: 322 KiB |
Before Width: | Height: | Size: 759 KiB After Width: | Height: | Size: 256 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 275 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 211 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 141 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 196 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 204 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 199 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 188 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 157 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 155 KiB |