创建房间标记, 开发中
1 parent 605b105 commit 1ffd8ac6859fde041e86688774352e7b653e7ccc
@小李xl 小李xl authored on 20 Aug 2023
Showing 28 changed files
View
DungeonShooting_Godot/prefab/ui/MapEditorCreateMark.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0001.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Room1/Room1_preinstall.json
View
DungeonShooting_Godot/src/framework/activity/ActivityId.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityType.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/data/MarkInfo.cs
View
DungeonShooting_Godot/src/framework/map/mark/ActivityMark.cs
View
DungeonShooting_Godot/src/framework/map/mark/ActivityMark_HandlerExpression.cs
View
DungeonShooting_Godot/src/framework/map/mark/EnemyMark.cs
View
DungeonShooting_Godot/src/framework/ui/UiManager.cs
View
DungeonShooting_Godot/src/game/manager/ActivityIdPrefix.cs 100644 → 0
View
DungeonShooting_Godot/src/game/manager/EditorWindowManager.cs
View
DungeonShooting_Godot/src/game/manager/NameManager.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/TileView/EditorTileMap.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/MapEditorCreateMark.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/MapEditorCreateMarkPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/MarkObjectCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/attribute/AttributeBase.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/attribute/NumberAttribute.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreateMark/attribute/ObjectAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/ui/mapEditorMapLayer/LayerButtonCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapLayer/MapEditorMapLayerPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/MapEditorMapMarkPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorSelectObject/MapEditorSelectObjectPanel.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