地牢编辑器运行当前正在编辑的房间
1 parent d7944b2 commit 760b08bcab6a94f1fcf8f5932bf640ca89f36537
@小李xl 小李xl authored on 1 Sep 2023
Showing 28 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_tileInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room4/Room4_preinstall.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room4/Room4_roomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room4/Room4_tileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Start1_preinstall.json
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Setting.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Setting.png.import 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonConfig.cs
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTileMap.cs
View
DungeonShooting_Godot/src/framework/ui/UiBase.cs
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/EditorManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/EditorPlayManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditor.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditorPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/tileView/EditorTileMap.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/EditorMarkCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/EditorWaveCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/MapEditorMapMarkPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/MapEditorProjectPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MapEditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/settlement/Settlement.cs
View
DungeonShooting_Godot/src/game/ui/settlement/SettlementPanel.cs