重构ActivityMark创建物体对象流程, 目前已完成大部分功能
1 parent d773256 commit 759fb68516634198a1bff7bb833604a550f74159
@小李xl 小李xl authored on 3 May 2023
Showing 35 changed files
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/resource/map/RoomConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room1.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room2.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room3.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room4.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room5.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room6.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room7.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room8.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.tscn
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room1.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room2.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room3.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room4.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room5.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room6.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room7.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room8.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tileset/TileSet1.tres
View
DungeonShooting_Godot/resource/map/tileset/TileSet_old.tres 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/scene/test/TestExpression.tscn 0 → 100644
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/map/DungeonTile.cs
View
DungeonShooting_Godot/src/framework/map/mark/ActivityExpression.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/mark/ActivityExpressionData.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/mark/ActivityMark.cs
View
DungeonShooting_Godot/src/framework/map/mark/EnemyMark.cs
View
DungeonShooting_Godot/src/framework/map/mark/PlayerBirthMark.cs 100644 → 0
View
DungeonShooting_Godot/src/framework/map/mark/WeaponMark.cs
View
DungeonShooting_Godot/src/game/manager/ActivityIdPrefix.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/test/TestExpression.cs 0 → 100644