地牢编辑器移植完成
1 parent 8717585 commit 57db6b1b3e0370669df692ecda3b1c6bb37df778
@小李xl 小李xl authored on 17 Jul
Showing 68 changed files
View
DungeonShooting_Godot/excel/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/EditorObject.xlsx
Not supported
View
DungeonShooting_Godot/prefab/dungeonitem/Dungenitem0002.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/item/Item0021.tscn
View
DungeonShooting_Godot/prefab/test/MoveComponent.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorConfigObject.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/MapEditorObject.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/ui/MapEditorTools.tscn
View
DungeonShooting_Godot/prefab/ui/TileSetEditorCombination.tscn
View
DungeonShooting_Godot/prefab/ui/TileSetEditorTerrain.tscn
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/config/EditorObject.json
View
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/StartTest/Preinstall.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/StartTest/Preview.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/StartTest/Preview.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/StartTest/RoomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/StartTest/TileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/sprite/item/Items.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/item/Items.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/itemIcon/item0002_icon.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/itemIcon/item0002_icon.png.import 0 → 100644
View
DungeonShooting_Godot/scene/Hall.tscn
View
DungeonShooting_Godot/src/framework/activity/ActivityObject_Init.cs
View
DungeonShooting_Godot/src/framework/ui/grid/UiGrid.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/common/editor/EditorGridBg.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/EditorMaskBrush.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/IEditorTab.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorFocus.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorMarkTool.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorMove.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorObjectPen.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorObjectTool.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorTileAreaPen.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorTilePen.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorToolBase.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/editor/toolBtn/EditorToolEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/common/ui/EditorGridBg.cs 100644 → 0
View
DungeonShooting_Godot/src/game/common/ui/EditorMaskBrush.cs 100644 → 0
View
DungeonShooting_Godot/src/game/data/property/PhysicsLayer.cs
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/room/Dungeon.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.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/MapEditorTab.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditor/tileView/EditorTileMap.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorConfigObject/ItemCell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorConfigObject/MapEditorConfigObject.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorConfigObject/MapEditorConfigObjectPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/MapEditorMapMarkPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/MapEditorMapTilePanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorObject/ItemCell.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorObject/MapEditorObject.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorObject/MapEditorObjectPanel.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/CustomObject.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/DoorDragArea.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/DoorDragButton.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/DoorHoverArea.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MapEditorTools.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MapEditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MarkAreaTool.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/MarkTool.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorTools/ToolButtonCell.cs