将高级Ai攻击单独抽成一个状态
1 parent 686dab7 commit d141b4f5937ad15ef3f7c10b0747657f3667eb61
@小李xl 小李xl authored on 16 Nov 2023
Showing 19 changed files
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AdvancedEnemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AiAttackEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AIAdvancedStateEnum.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiAttackState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiFindAmmoState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiNormalState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiAttackState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/activity/weapon/AiAttackEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs