图块编辑器简单布局, 实现拖拽导入资源操作
1 parent af912b4 commit 6f2765ded0eba65de08736833dbd1087929094cb
@小李xl 小李xl authored on 12 Dec 2023
Showing 42 changed files
View
DungeonShooting_Godot/prefab/ui/Debugger.tscn
View
DungeonShooting_Godot/prefab/ui/Main.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorProject.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorTileSet.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/ui/TileSetEditor.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/TileSetEditorProject.tscn 0 → 100644
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/map/tileSet/TileSet_old.tres 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/map1/TileSet1.tres 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSet/map1/website.txt 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSprite/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png 100644 → 0
View
DungeonShooting_Godot/resource/map/tileSprite/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png.import 100644 → 0
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Import.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Import.png.import 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/resource/tileSet/TileSet_old.tres 0 → 100644
View
DungeonShooting_Godot/resource/tileSet/map1/TileSet1.tres 0 → 100644
View
DungeonShooting_Godot/resource/tileSet/map1/website.txt 0 → 100644
View
DungeonShooting_Godot/resource/tileSprite/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png 0 → 100644
View
DungeonShooting_Godot/resource/tileSprite/map1/16x16 dungeon ii wall reconfig v04 spritesheet.png.import 0 → 100644
View
DungeonShooting_Godot/scene/test/TestMask2.tscn
View
DungeonShooting_Godot/scene/test/TestNewTileMap.tscn
View
DungeonShooting_Godot/scene/test/TestPerfectPixelScene.tscn
View
DungeonShooting_Godot/scene/test/TestTileLayer.tscn
View
DungeonShooting_Godot/src/framework/map/tileSet/TileSetInfo.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/DragUiManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/room/World.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/mapEditorProject/MapEditorProject.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorProject/MapEditorProjectPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTileSet/MapEditorTileSet.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/mapEditorTileSet/MapEditorTileSetPanel.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/tileSetEditor/TileSetEditor.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/tileSetEditor/TileSetEditorImportRoot.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/tileSetEditor/TileSetEditorPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/tileSetEditorProject/TileButtonCell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/tileSetEditorProject/TileSetEditorProject.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/tileSetEditorProject/TileSetEditorProjectPanel.cs 0 → 100644