修复Godot编辑器重载程序集报错的问题
TileMap编辑器读取TileSet数据, 开发中
1 parent 59d1e52 commit 9428d53116477f62865608c8f9bd55825163073b
@小李xl 小李xl authored on 15 Jan 2024
Showing 27 changed files
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/generator/UiGenerator.cs
View
DungeonShooting_Godot/prefab/role/Role0001.tscn
View
DungeonShooting_Godot/prefab/role/template/RoleTemplate.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorMapTile.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/TileSetEditorImport.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/RoomInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start1/TileInfo.json
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1/TileSet.json
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/MapEditor.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/mapEditorMapTile/CombinationTileTab.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/MapEditorMapTile.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/MapEditorMapTilePanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/SingleTileTab.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/TerrainCell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/TerrainTileTab.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/MapEditorProjectPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/RoomButtonCell.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditor/TileSetEditor.cs