完成编辑保存功能, 修复切换预设存在的bug
1 parent d7173e2 commit 88b916150a47be3042edc1f11d7f876108da1917
@小李xl 小李xl authored on 21 Aug 2023
Showing 23 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorCreatePreinstall.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorMapMark.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_roomInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_tileInfo.json
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/MarkCell.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/MarkCell.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Play.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Play.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Save.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Save.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/WaveCell.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/WaveCell.png.import 0 → 100644
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/src/framework/map/data/RoomPreinstall.cs
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/EditorWindowManager.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/mapEditorCreatePreinstall/MapEditorCreatePreinstallPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/MapEditorMapMarkPanel.cs