Merge branch '地图编辑器' of https://gitee.com/xlljc/DungeonShooting into 地图编辑器
commit 7b058ab9409fd2040e8bf23135bbe862ede257ac
2 parents dc7d52c + 49f6171
@王晗智 王晗智 authored on 23 Jan 2024
Showing 57 changed files
View
DungeonShooting_Godot/excel/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/effect/common/Effect1.tscn
View
DungeonShooting_Godot/prefab/ui/EditorDungeonGroup.tscn
View
DungeonShooting_Godot/prefab/ui/Main.tscn
View
DungeonShooting_Godot/prefab/ui/MapEditor.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/GroupConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle1/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle1/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle1/RoomInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle1/TileInfo.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle2/Preinstall.json
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle2/Preview.png
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/battle/Battle2/TileInfo.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/map/tileMaps/Test1/reward/Award1/Preinstall.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/reward/Award1/Preview.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/reward/Award1/RoomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/reward/Award1/TileInfo.json 0 → 100644
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/scene/Main.tscn
View
DungeonShooting_Godot/scene/World.tscn
View
DungeonShooting_Godot/src/framework/activity/ActivityId.cs
View
DungeonShooting_Godot/src/framework/common/SeedRandom.cs
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTileMap.cs
View
DungeonShooting_Godot/src/framework/map/RandomPool.cs 0 → 100644
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/room/RoomInfo.cs
View
DungeonShooting_Godot/src/framework/map/serialize/room/RoomPreinstallInfo.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/NoWeaponEnemy.cs
View
DungeonShooting_Godot/src/game/camera/GameCamera.cs
View
DungeonShooting_Godot/src/game/manager/MapLayerManager.cs 0 → 100644
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/room/World.cs
View
DungeonShooting_Godot/src/game/ui/mapEditor/tileView/EditorTileMap.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
View
README.md