保存TileSet数据, 开发中
1 parent 39e9969 commit faf74a7f97e842c2827cf7606fea70ca483b9ae4
@小李xl 小李xl authored on 5 Jan 2024
Showing 39 changed files
View
DungeonShooting_Godot/src/framework/map/DungeonTileMap.cs
View
DungeonShooting_Godot/src/framework/map/room/RoomErrorType.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/DoorAreaInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/DungeonRoomGroup.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/DungeonRoomInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/DungeonRoomSplit.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/DungeonTileInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/MarkInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/MarkInfoItem.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/NavigationPolygonData.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/RoomErrorType.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/RoomPreinstallInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/room/DoorAreaInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/DungeonRoomGroup.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/DungeonRoomInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/DungeonRoomSplit.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/DungeonTileInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/MarkInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/MarkInfoItem.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/NavigationPolygonData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/room/RoomPreinstallInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/tileSet/TileCombinationInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/tileSet/TileSetInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/serialize/tileSet/TileSetSourceInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/tileSet/TileCombinationInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/tileSet/TileSetInfo.cs 100644 → 0
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/EditorManager.cs 100644 → 0
View
DungeonShooting_Godot/src/game/manager/EditorPlayManager.cs
View
DungeonShooting_Godot/src/game/manager/EditorTileMapManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditorPanel.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/mapEditorProject/RoomButtonCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MapEditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditor/TileSetEditorPanel.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorProject/TileSetEditorProjectPanel.cs