Merge pull request #9 from xlljc/游戏核心功能开发
游戏核心功能开发
commit 25f5b7c19ea9179ad8a6e30dbc7175a4cea8d8c2
2 parents cadaf09 + 6b123f6
@小李xl 小李xl authored on 8 Apr 2023
GitHub committed on 8 Apr 2023
Showing 74 changed files
View
DungeonShooting_Document/开发日志.md
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/DungeonShooting.csproj.old 100644 → 0
View
DungeonShooting_Godot/DungeonShooting.csproj.old.1 100644 → 0
View
DungeonShooting_Godot/DungeonShooting.csproj.old.2 100644 → 0
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/prefab/role/Enemy.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/ui/EditorTools.tscn
View
DungeonShooting_Godot/prefab/ui/MyUi.tscn 100644 → 0
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/map/RoomConfig.json
View
DungeonShooting_Godot/resource/map/tileMaps/Room1.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Room2.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Room3.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Room4.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Room5.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/Room6.tscn 100644 → 0
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room1.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room2.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room3.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room4.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room5.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room6.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/battle/Room7.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/inlet/Room1.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tileMaps/testGroup/outlet/Room1.tscn 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/Room1.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/Room2.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/Room3.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/Room4.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/Room5.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/Room6.json 100644 → 0
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room2.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room3.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room4.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room5.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room6.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/battle/Room7.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/inlet/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/map/tiledata/testGroup/outlet/Room1.json 0 → 100644
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/src/framework/IDestroy.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/common/WeightRandom.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generator/DungeonRoomGenerator.cs
View
DungeonShooting_Godot/src/framework/generator/ResourcePathGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomGroup.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonRoomInfo.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomTemplate.cs
View
DungeonShooting_Godot/src/framework/map/DungeonRoomType.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/DungeonTile.cs
View
DungeonShooting_Godot/src/framework/map/RoomInfo.cs
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 0 → 100644
View
DungeonShooting_Godot/src/framework/map/mark/WeaponMark.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/manager/UiManager_Methods.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorTools.cs
View
DungeonShooting_Godot/src/game/ui/editorTools/EditorToolsPanel.cs
View
DungeonShooting_Godot/src/game/ui/myUi/MyUi.cs 100644 → 0
View
DungeonShooting_Godot/src/game/ui/myUi/MyUiPanel.cs 100644 → 0
View
README.md