普通敌人环绕玩家状态
1 parent d41d439 commit a36030643b5831a4b137c49b1227680687dde587
@小李xl 小李xl authored on 14 Nov 2023
Showing 17 changed files
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AIStateEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/AdvancedEnemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AIAdvancedStateEnum.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/AINormalStateEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiNormalState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiSurroundState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs