Merge pull request #11 from xlljc/游戏核心功能开发
游戏核心功能开发
commit 31f7cea1555d5efdacf2fe2cfcf600d29dbdd04a
2 parents 6a7f51c + 5d4d8f5
@小李xl 小李xl authored on 10 May 2023
GitHub committed on 10 May 2023
Showing 94 changed files
View
DungeonShooting_Godot/DungeonShooting.csproj
View
DungeonShooting_Godot/addons/dungeonShooting_plugin/Plugin.cs
View
DungeonShooting_Godot/prefab/effect/BulletSmoke.tscn
View
DungeonShooting_Godot/prefab/effect/Effect1.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/effect/activityObject/EnemyBloodEffect.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/effect/activityObject/EnemyDebris.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/map/RoomDoor.tscn
View
DungeonShooting_Godot/prefab/role/Enemy.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/test/TestActivity.tscn
View
DungeonShooting_Godot/prefab/weapon/Knife.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn
View
DungeonShooting_Godot/prefab/weapon/shell/ShellCase.tscn
View
DungeonShooting_Godot/project.godot
View
DungeonShooting_Godot/resource/curve/Curve1.tres 0 → 100644
View
DungeonShooting_Godot/resource/effects/Effect1.png 0 → 100644
View
DungeonShooting_Godot/resource/effects/Effect1.png.import 0 → 100644
View
DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png 0 → 100644
View
DungeonShooting_Godot/resource/effects/activityObject/Enemy0001_Debris.png.import 0 → 100644
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/tiledata/testGroup/inlet/Room1.json
View
DungeonShooting_Godot/resource/map/tileset/TileSet1.tres
View
DungeonShooting_Godot/resource/map/tileset/TileSet_old.tres 0 → 100644
View
DungeonShooting_Godot/resource/material/Blend.gdshader 0 → 100644
View
DungeonShooting_Godot/resource/material/Blend.tres 0 → 100644
View
DungeonShooting_Godot/resource/material/SmokeParticleMaterial.tres 0 → 100644
View
DungeonShooting_Godot/resource/materlal/Blend.gdshader 100644 → 0
View
DungeonShooting_Godot/resource/materlal/Blend.tres 100644 → 0
View
DungeonShooting_Godot/resource/sprite/map/door1_down.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/map/door1_down.png.import 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/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObjectTemplate.cs
View
DungeonShooting_Godot/src/framework/activity/ExternalForce.cs
View
DungeonShooting_Godot/src/framework/activity/components/MoveController.cs
View
DungeonShooting_Godot/src/framework/common/Utils.cs
View
DungeonShooting_Godot/src/framework/coroutine/CoroutineData.cs
View
DungeonShooting_Godot/src/framework/coroutine/ProxyCoroutineHandler.cs
View
DungeonShooting_Godot/src/framework/map/DungeonGenerator.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/ActivityMark_HandlerExpression.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/map/mark/ActivityObjectResult.cs 0 → 100644
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 100644 → 0
View
DungeonShooting_Godot/src/framework/ui/UiBase.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/GameConfig.cs
View
DungeonShooting_Godot/src/game/effects/AutoDestroyEffect.cs 0 → 100644
View
DungeonShooting_Godot/src/game/effects/Effect1.cs 0 → 100644
View
DungeonShooting_Godot/src/game/effects/EnemyDebris.cs 0 → 100644
View
DungeonShooting_Godot/src/game/event/EventEnum.cs
View
DungeonShooting_Godot/src/game/item/package/Holster.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/item/weapon/shell/ShellCase.cs
View
DungeonShooting_Godot/src/game/manager/ActivityIdPrefix.cs
View
DungeonShooting_Godot/src/game/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/role/AnimatorNames.cs
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/room/RoomDoor.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs
View
DungeonShooting_Godot/src/test/TestExpression.cs 0 → 100644
View
README.md