将所有武器都改为继承自WeaponTemplate场景,完成武器近战对敌人造成伤害
1 parent b120491 commit 6c3727da18e3d6720d9205d88bc20caf4c651e9b
@小李xl 小李xl authored on 18 Sep 2023
Showing 29 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/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/map/tileMaps/TestGroup1/inlet/Start1/Preview.png
View
DungeonShooting_Godot/resource/spriteFrames/effect/KnifeHit1.tres
View
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs
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/knife/Knife.cs
View
DungeonShooting_Godot/src/game/manager/SpecialEffectManager.cs