敌人开火时停止移动,开发完成,待接入配置表
配置表工具更新,修复读取boolean类型报错的bug
1 parent 123ebab commit 99f2619ed08f3800c9c5bed8fde6238f042bb8cb
@小李xl 小李xl authored on 17 Oct 2023
Showing 25 changed files
View
DungeonShooting_ExcelTool/DungeonShooting_ExcelTool.csproj
View
DungeonShooting_ExcelTool/ExcelGenerator.cs
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.deps.json
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.dll
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.exe
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.pdb
Not supported
View
DungeonShooting_Godot/excel/DungeonShooting_ExcelTool.runtimeconfig.json
View
DungeonShooting_Godot/excel/excelFile/ActivityObject.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/AiAttackAttr.xlsx 0 → 100644
Not supported
View
DungeonShooting_Godot/excel/excelFile/Sound.xlsx
Not supported
View
DungeonShooting_Godot/excel/excelFile/Weapon.xlsx
Not supported
View
DungeonShooting_Godot/resource/config/AiAttackAttr.json 0 → 100644
View
DungeonShooting_Godot/resource/config/Weapon.json
View
DungeonShooting_Godot/src/config/ExcelConfig.cs
View
DungeonShooting_Godot/src/config/ExcelConfig_AiAttackAttr.cs 0 → 100644
View
DungeonShooting_Godot/src/config/ExcelConfig_Weapon.cs
View
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AiAttackEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/AiAttackState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiFollowUpState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiSurroundState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiTailAfterState.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs