Merge remote-tracking branch 'remotes/origin/develop4.1' into develop
commit 2b086ae760b1978f04b18018794740e1a16017b0
2 parents 2c34908 + d4ec476
@小李xl 小李xl authored on 19 Sep 2023
Showing 40 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/prefab/FanCollisionShape.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/effect/weapon/BulletDisappear.tscn
View
DungeonShooting_Godot/prefab/effect/weapon/MeleeAttack1.tscn
View
DungeonShooting_Godot/prefab/effect/weapon/MeleeAttack2.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/role/Enemy0001.tscn
View
DungeonShooting_Godot/prefab/role/Role0001.tscn
View
DungeonShooting_Godot/prefab/role/RoleTemplate.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0001.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0002.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0003.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0004.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0005.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0006.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon0007.tscn
View
DungeonShooting_Godot/prefab/weapon/WeaponTemplate.tscn
View
DungeonShooting_Godot/resource/config/Weapon.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/resource/sprite/effects/weapon/MeleeAttack1.png
View
DungeonShooting_Godot/resource/spriteFrames/effect/KnifeHit1.tres
View
DungeonShooting_Godot/scene/test/TestCreateSector.tscn 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.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/game/activity/ForceNames.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/package/Package.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/RoleState.cs
View
DungeonShooting_Godot/src/game/activity/role/Role_Animation.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/effects/AutoDestroySprite.cs
View
DungeonShooting_Godot/src/game/manager/SpecialEffectManager.cs
View
DungeonShooting_Godot/src/test/TestCreateSector.cs 0 → 100644