普通ai攻击状态
1 parent a360306 commit 686dab7228170501803735cff20c1b12d265ffea
@小李xl 小李xl authored on 15 Nov 2023
Showing 29 changed files
View
DungeonShooting_Godot/excel/excelFile/ActivityBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/ActivityMaterial.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/BulletBase.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/WeaponBase.xlsx
Not supported
View
DungeonShooting_Godot/prefab/role/Enemy0002.tscn
View
DungeonShooting_Godot/resource/config/AiAttackAttr.json
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start1/Preinstall.json
View
DungeonShooting_Godot/resource/spriteFrames/role/Enemy0002.tres
View
DungeonShooting_Godot/src/config/ExcelConfig_AiAttackAttr.cs
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/framework/activity/components/StateController.cs
View
DungeonShooting_Godot/src/game/GameApplication.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AdvancedEnemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AiAttackEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/AiAttackState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiFollowUpState.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
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiAttackState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiLeaveForState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiNormalState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs