TileSet管理器开发完成
1 parent 3c1d531 commit 59407b65e03ca3a126a88a8357254022354d19a5
@小李xl 小李xl authored on 7 Jan 2024
Showing 25 changed files
View
DungeonShooting_Godot/prefab/ui/EditorInfo.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/MapEditorCreateGroup.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/ui/TileSetEditorProject.tscn
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1/Test1.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1/Test1.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSet/TileSet1/TileSet.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileSet/TileSetConfig.json
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/Test.png 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/Test.png.import 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/Test2.png 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/Test2.png.import 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/Test3.png 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/Test3.png.import 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/测试数据/TileSet.json 100644 → 0
View
DungeonShooting_Godot/src/framework/map/serialize/tileSet/TileSetSourceInfo.cs
View
DungeonShooting_Godot/src/game/data/EditorInfoData.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/EditorTileSetManager.cs
View
DungeonShooting_Godot/src/game/manager/EditorWindowManager.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/ui/editorInfo/EditorInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/editorInfo/EditorInfoPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateGroup/MapEditorCreateGroup.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateGroup/MapEditorCreateGroupPanel.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/tileSetEditorCombination/leftBottom/TileEditArea.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorProject/TileSetEditorProjectPanel.cs