Merge branch '地图编辑器' of https://gitee.com/xlljc/DungeonShooting into 地图编辑器
# Conflicts:
#	DungeonShooting_Godot/resource/map/tileMaps/Test1/reward/Award1/Preview.png.import
commit 0d765f2cbc572f61c96d3cd997b769f531e3df19
2 parents 9d19424 + faff39f
@王晗智 王晗智 authored on 24 Jan 2024
Showing 21 changed files
View
12
DungeonShooting_Godot/resource/map/tileMaps/GroupConfig.json
"ErrorType": 0,
"Path": "resource/map/tileMaps/Test1/outlet/End1"
}
],
"BossList": [],
"BossList": [
{
"ErrorType": 0,
"Path": "resource/map/tileMaps/Test1/boss/Boss1"
}
],
"RewardList": [
{
"ErrorType": 0,
"Path": "resource/map/tileMaps/Test1/reward/Award1"
View
1
■■■■
DungeonShooting_Godot/resource/map/tileMaps/Test1/boss/Boss1/Preinstall.json 0 → 100644
[{"Name":"Preinstall1","Weight":100,"Remark":"","AutoFill":true,"WaveList":[[]]}]
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/boss/Boss1/Preview.png 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/boss/Boss1/Preview.png.import 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/boss/Boss1/RoomInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/boss/Boss1/TileInfo.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/Test1/reward/Award1/Preview.png.import
View
DungeonShooting_Godot/src/framework/map/DungeonConfig.cs
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRule.cs 0 → 100644
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/common/ui/EditorGridBg.cs
View
DungeonShooting_Godot/src/game/manager/MapProjectManager.cs
View
DungeonShooting_Godot/src/game/room/DefaultDungeonRule.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/ui/editorTileImage/ImageBg.cs
View
DungeonShooting_Godot/src/game/ui/mapEditorMapTile/FreeTileTab.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorCombination/leftBottom/TileEditArea.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorCombination/leftTop/TileEditCombination.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorTerrain/down/TileEditArea.cs
View
DungeonShooting_Godot/src/game/ui/tileSetEditorTerrain/up/TileEditTerrain.cs