保存房间大小位置数据
1 parent 881db84 commit e0b8ffd5b93eeabdd5a0596a0a67ddda1f179666
@小李xl 小李xl authored on 17 Jul 2023
Showing 37 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room1.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room2.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room3.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room4.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room5.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room6.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room8.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/boss/Room1.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/inlet/Room1.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileData/testGroup/outlet/Room1.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room1.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room2.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room3.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room4.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room5.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room6.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room8.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/boss/Room1.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/outlet/Room1.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup1/battle/Room2/Room2_roomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup1/battle/Room2/Room2_tileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup2/battle/Room1/Room1_roomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup2/battle/Room1/Room1_tileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/generator/DungeonRoomGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTileMap.cs
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomInfo.cs
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomSplit.cs
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/TileView/EditorTileMap.cs