创建地牢组和地牢房间
1 parent 5242541 commit 64a1f28d718003a81daaacf45706462c2fcaa3db
@小李xl 小李xl authored on 23 Jul 2023
Showing 29 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditorCreateGroup.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/MapEditorCreateRoom.tscn
View
DungeonShooting_Godot/resource/map/RoomConfig.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_roomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_tileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup1/battle/Room2/Room2_roomInfo.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup1/battle/Room2/Room2_tileInfo.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup2/battle/Room1/Room1_roomInfo.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup2/battle/Room1/Room1_tileInfo.json 100644 → 0
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomGroup.cs
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomInfo.cs
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomSplit.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/MapProjectManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.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/mapEditorCreateGroup/MapEditorCreateGroup.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateGroup/MapEditorCreateGroupPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateRoom/MapEditorCreateRoom.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateRoom/MapEditorCreateRoomPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/GroupButtonCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/MapEditorProjectPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/RoomButtonCell.cs