地图编辑器标记预览功能
1 parent 70e2d40 commit 506e40d777061584a702cbba09b77d60c41da99c
@小李xl 小李xl authored on 11 Dec 2023
Showing 39 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/ActivityMaterial.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/BulletBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/EnemyBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/LiquidMaterial.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/WeaponBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/ui/MapEditor.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorCreateMark.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorMapMark.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorSelectObject.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorTools.tscn
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Battle1/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Battle3/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Battle4/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/battle/Battle5/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start3/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/outlet/End1/Preview.png
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/MarkCell_placeholder.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/MarkCell_placeholder.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/UnknownActivity.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/UnknownActivity.png.import 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/game/ShaderParamNames.cs 0 → 100644
View
DungeonShooting_Godot/src/game/data/MarkInfoVisibleData.cs 0 → 100644
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/manager/EditorManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/EditorMarkCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/EditorWaveCell.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/MapEditorMapMark.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/MapEditorMapMarkPanel.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