编辑器中的创建地牢房间功能添加组和类型选择, 地牢生成器支持创建起始房间
1 parent fccaccb commit 1248009124d2228789f3917cef93e2c2da3306b7
@小李xl 小李xl authored on 4 Apr 2023
Showing 16 changed files
View
DungeonShooting_Godot/prefab/ui/EditorTools.tscn
View
DungeonShooting_Godot/prefab/ui/MyUi.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/RoomConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/inlet/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/src/framework/generator/DungeonRoomGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs
View
DungeonShooting_Godot/src/framework/map/mark/PlayerBirthMark.cs
View
DungeonShooting_Godot/src/framework/map/mark/WeaponMark.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorTools.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/myUi/MyUi.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/myUi/MyUiPanel.cs 100644 → 0