保存地图数据
1 parent cd5815a commit 725886549d25a305c365662b30314898540872aa
@小李xl 小李xl authored on 16 Jul 2023
Showing 59 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/resource/map/RoomConfig.json
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room2.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room3.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room4.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room5.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room6.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/battle/Room8.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/boss/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/inlet/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileData/testGroup/outlet/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room1.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room2.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room3.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room4.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room5.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room6.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room8.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/boss/Room1.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/outlet/Room1.tscn
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1.tres 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSet/TileSet_old.tres 0 → 100644
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/scene/World.tscn
View
DungeonShooting_Godot/scene/test/TestNewTileMap.tscn
View
DungeonShooting_Godot/src/framework/generator/DungeonRoomGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DoorAreaInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/DungeonRoomGroup.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/DungeonRoomInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/DungeonRoomSplit.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTile.cs 100644 → 0
Too large (Show diff)
View
DungeonShooting_Godot/src/framework/map/DungeonTileMap.cs 0 → 100644
Too large (Show diff)
View
DungeonShooting_Godot/src/framework/map/NavigationPolygonData.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/RoomStaticImageCanvas.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/TileCellInfo.cs
View
DungeonShooting_Godot/src/framework/map/data/DoorAreaInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomGroup.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/data/DungeonRoomSplit.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/data/DungeonTileInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/data/NavigationPolygonData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/image/RoomStaticImageCanvas.cs 0 → 100644
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/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/TileView/EditorTileMap.cs