修复ai拾起武器bug, 优化ai拾起逻辑, 添加相机视野跟随鼠标
1 parent 9fae7e9 commit e9bfc2cbfe03b50ca659ed76c74b37aa6a1033a1
@小李xl 小李xl authored on 14 Feb 2023
Showing 20 changed files
View
DungeonShooting_Godot/prefab/role/Enemy.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/test/TestActivity.tscn
View
DungeonShooting_Godot/prefab/ui/RoomUI.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn
View
DungeonShooting_Godot/prefab/weapon/shell/ShellCase.tscn
View
DungeonShooting_Godot/resource/theme/mainTheme.tres
View
DungeonShooting_Godot/scene/Main.tscn
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/game/camera/GameCamera.cs
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFindAmmoState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/room/RoomManager.cs