发现玩家并通知其他敌人做成一个单独状态, 开发中
1 parent 16588d8 commit 9901d3176a32e7a5563f707afba1db2839921987
@小李xl 小李xl authored on 16 Nov 2023
Showing 29 changed files
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/components/StateBase.cs
View
DungeonShooting_Godot/src/framework/activity/components/StateController.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/BoomBullet.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/role/AdvancedRole.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
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
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiAstonishedState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiAttackState.cs
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/AiNotifyState.cs 0 → 100644
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
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiAstonishedState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiNormalState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiNotifyState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/room/World.cs