TileMap编辑器绘制组合
1 parent 6444819 commit 0a8cb86a53be19cdb79dde4c4d9ccf466efc63a5
@小李xl 小李xl authored on 18 Jan 2024
Showing 24 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditorMapTile.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preinstall.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preview.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preview.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/RoomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/TileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/Preinstall.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/Preview.png 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/Preview.png.import 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/RoomInfo.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/TileInfo.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1/TileSet.json
View
DungeonShooting_Godot/src/framework/InfiniteGrid.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/mapEditorMapLayer/MapEditorMapLayerPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/CombinationCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/FreeTileTab.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/MapEditorMapTile.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/TerrainCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/MapEditorProjectPanel.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditor/TileSetEditorPanel.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorTerrain/TileSetEditorTerrainPanel.cs