!1 合并Ai逻辑代码
Merge pull request !1 from 小李/Ai逻辑
commit c838ece4399558e48cd47ceba29128cee8c698c5
2 parents d675228 + 3032aad
@小李 小李 authored on 1 Dec 2022
Gitee committed on 1 Dec 2022
Showing 27 changed files
View
DungeonShooting_Godot/DungeonShooting.sln.DotSettings.user
View
DungeonShooting_Godot/prefab/role/Enemy.tscn
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/resource/sound/sfx/ordinaryBullet2.mp3 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/sound/sfx/ordinaryBullet2.mp3.import 0 → 100644
View
DungeonShooting_Godot/resource/sound/sfx/ordinaryBullet3.mp3 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/sound/sfx/ordinaryBullet3.mp3.import 0 → 100644
View
DungeonShooting_Godot/resource/sound/sfx/reloading.mp3 0 → 100644
Not supported
View
DungeonShooting_Godot/resource/sound/sfx/reloading.mp3.import 0 → 100644
View
DungeonShooting_Godot/scene/Room.tscn
View
DungeonShooting_Godot/src/framework/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/Component.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs
View
DungeonShooting_Godot/src/game/role/IState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/PathSign.cs
View
DungeonShooting_Godot/src/game/role/StateBase.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/StateController.cs
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/role/enemy/state/AINormalState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AIProbeState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AITailAfterState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/enemy/state/AiNormalState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AiProbeState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AiTailAfterState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/room/RoomManager.cs