- Godot Engine Game Development Projects
- Chris Bradfield
- 224字
- 2021-06-18 18:51:24
Project Manager
The Project Manager is the first window you'll see when you open Godot:

In this window, you can see a list of your existing Godot projects. You can choose an existing project and click Run to play the game or click Edit to work on it in the Godot Editor (refer to the following screenshot). You can also create a new project by clicking New Project:

Here, you can give the project a name and create a folder to store it in. Always try to choose a name that describes the project. Also keep in mind that different operating systems handle capitalization and spaces in filenames differently. It's a good idea to stick to lowercase and use underscores, _, instead of spaces for maximum compatibility.
Note the warning message—in Godot, each project is stored as a separate folder on the computer. All the files that the project uses are in this folder. Nothing outside of this project folder will be accessible in the game, so you need to put any images, sounds, models, or other data into the project folder. This makes it convenient to share Godot projects; you only need to zip the project folder and you can be confident that another Godot user will be able to open it and not be missing any necessary data.
- Mastering Mesos
- 構(gòu)建高質(zhì)量的C#代碼
- 嵌入式系統(tǒng)應(yīng)用
- 精通MATLAB神經(jīng)網(wǎng)絡(luò)
- Verilog HDL數(shù)字系統(tǒng)設(shè)計(jì)入門與應(yīng)用實(shí)例
- 輕松學(xué)Java Web開發(fā)
- 網(wǎng)頁編程技術(shù)
- Dreamweaver 8中文版商業(yè)案例精粹
- Hands-On Neural Networks with Keras
- 返璞歸真:UNIX技術(shù)內(nèi)幕
- Embedded Programming with Modern C++ Cookbook
- 從零開始學(xué)C++
- C#求職寶典
- MPC5554/5553微處理器揭秘
- 30天學(xué)通Java Web項(xiàng)目案例開發(fā)