新增ai状态, 现在会围绕玩家随机移动
|
---|
|
DungeonShooting_Godot/scene/Main.tscn |
---|
DungeonShooting_Godot/src/framework/ActivityObject.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs |
---|
DungeonShooting_Godot/src/game/role/Role.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AIStateEnum.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs |
---|
DungeonShooting_Godot/src/game/role/enemy/state/AiTargetInViewState.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/room/RoomManager.cs |
---|