完成预设随机道具的基本功能
1 parent cb22d9b commit 0fa96f70461f4324777c04b7c12a431dab08a1a7
@小李xl 小李xl authored on 22 Jan 2024
Showing 29 changed files
View
DungeonShooting_Godot/excel/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/effect/common/Effect1.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorCreatePreinstall.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditorMapMark.tscn
View
DungeonShooting_Godot/resource/config/ActivityBase.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle1/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle2/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/inlet/Start/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/outlet/End1/Preinstall.json
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Dice.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/Dice.png.import 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/commonIcon/PackageMark.png
View
DungeonShooting_Godot/src/framework/activity/ActivityId.cs
View
DungeonShooting_Godot/src/framework/map/preinstall/ActivityMark.cs
View
DungeonShooting_Godot/src/framework/map/preinstall/PreinstallMarkManager.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/preinstall/RandomActivityBase.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/preinstall/RoomPreinstall.cs
View
DungeonShooting_Godot/src/framework/map/serialize/room/RoomPreinstallInfo.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.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/mapEditorCreatePreinstall/MapEditorCreatePreinstall.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorCreatePreinstall/MapEditorCreatePreinstallPanel.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapMark/EditorMarkCell.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/mapEditorSelectObject/MapEditorSelectObjectPanel.cs