Role抽出子类AdvancedRole,Role类不再包含武器存放和使用的功能
1 parent 0cb37da commit 10d04aad47afc6c3d22ebc78ea97259de1507a9c
@小李xl 小李xl authored on 9 Nov 2023
Showing 26 changed files
View
DungeonShooting_Godot/prefab/role/Enemy0002.tscn
View
DungeonShooting_Godot/src/game/Cursor.cs
View
DungeonShooting_Godot/src/game/activity/bullet/explode/Explode.cs
View
DungeonShooting_Godot/src/game/activity/bullet/laser/Laser.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/package/IPackageItem.cs
View
DungeonShooting_Godot/src/game/activity/package/Package.cs
View
DungeonShooting_Godot/src/game/activity/prop/Prop.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp5001.cs
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0013.cs
View
DungeonShooting_Godot/src/game/activity/role/AdvancedRole.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/AdvancedRole_Animation.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/MountRotation.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/Role_Animation.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/SubLine.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiNormalState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.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/camera/GameCamera.cs
View
DungeonShooting_Godot/src/game/data/BulletData.cs
View
DungeonShooting_Godot/src/game/manager/SoundManager.cs