更新readme

This commit is contained in:
小李xl 2024-04-12 00:43:44 +08:00
parent 338636cffb
commit 2bea0c8472
4 changed files with 26 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -31,7 +31,7 @@ project/assembly_name="DungeonShooting"
[editor_plugins]
enabled=PackedStringArray()
enabled=PackedStringArray("res://addons/dungeonShooting_plugin/plugin.cfg")
[file_customization]

View File

@ -41,7 +41,29 @@ git仓库的目录结构如下
> ├ DungeonShooting_Document (更新日志相关的目录)
> └ DungeonShooting_Godot (Godot工程目录)
使用GodotMono版打开`DungeonShooting_Godot/project.godot`, 如果是第一次打开项目会弹出一个找不到资源的提示, 这是因为项目没有编译过, 点击Godot右上角`build`, 然后打`开项目设置`, 在`插件`这一个页签下启用`DungeonShooting_plugin`这个插件, 然后项目就可以正常运行了
请确保安装了`.net8`和`godot mono4.2.1`
godot下载地址: https://godotengine.org/download
.net8下载地址: https://dotnet.microsoft.com/zh-cn/download/dotnet/8.0
使用GodotMono版打开`DungeonShooting_Godot/project.godot`
**注意**: 如果是第一次打开项目会弹出以下提示
![png](DungeonShooting_Document/文档资源/tip.png)
这是因为项目没有编译过, 点击Godot右上角`build`, 然后打`开项目设置`, 在`插件`这一个页签下启用`DungeonShooting_plugin`这个插件
![png](DungeonShooting_Document/文档资源/setting.png)
最后重启编辑器, 项目就可以正常运行了
---
### 其他