Merge pull request #8 from xlljc/游戏核心功能开发
游戏核心功能开发
commit cadaf0937a800d2c910f7ccf4181497012c8ea72
2 parents c02c819 + 4adcd9f
@小李xl 小李xl authored on 1 Apr 2023
GitHub committed on 1 Apr 2023
Showing 63 changed files
View
.gitignore
View
DungeonShooting_Document/开发日志.md
View
DungeonShooting_Document/文档资源/2023-03-26_030144.png 0 → 100644
View
DungeonShooting_Document/文档资源/gif_1.gif 0 → 100644
View
DungeonShooting_Document/文档资源/gif_2.gif 0 → 100644
View
DungeonShooting_Document/文档资源/gif_3.gif 0 → 100644
View
DungeonShooting_Document/文档资源/gif_4.gif 0 → 100644
View
DungeonShooting_Document/文档资源/image_10.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_11.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_12.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_13.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_14.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_15.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_16.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_17.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_18.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_19.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_4.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_5.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_6.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_7.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_8.png 0 → 100644
View
DungeonShooting_Document/文档资源/image_9.png 0 → 100644
View
DungeonShooting_Document/项目帮助文档.md 0 → 100644
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old 0 → 100644
View
DungeonShooting_Godot/DungeonShooting.csproj.old.1 0 → 100644
View
DungeonShooting_Godot/DungeonShooting.csproj.old.2 0 → 100644
View
DungeonShooting_Godot/prefab/ui/MyUi.tscn 0 → 100644
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/map/RoomConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/Room4.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/Room5.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Room6.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room4.json
View
DungeonShooting_Godot/resource/map/tiledata/Room5.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room6.json 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ExternalForce.cs
View
DungeonShooting_Godot/src/framework/activity/WaitForFixedProcess.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/activity/WaitForSeconds.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/coroutine/WaitForFixedProcess.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/coroutine/WaitForSeconds.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generator/UiGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTile.cs
View
DungeonShooting_Godot/src/framework/map/mark/ActivityMark.cs
View
DungeonShooting_Godot/src/framework/ui/IUiNode.cs
View
DungeonShooting_Godot/src/framework/ui/UiBase.cs
View
DungeonShooting_Godot/src/framework/ui/UiManager.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/myUi/MyUi.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/myUi/MyUiPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs
View
README.md