发现玩家并通知其他敌人做成一个单独状态, 开发中
1 parent 9901d31 commit 713e9addf5dff40666d66480ce8e90a3ef09835d
@小李xl 小李xl authored on 17 Nov 2023
Showing 21 changed files
View
DungeonShooting_Godot/prefab/role/Enemy0001.tscn
View
DungeonShooting_Godot/prefab/role/Enemy0002.tscn
View
DungeonShooting_Godot/prefab/role/template/AdvancedEnemyTemplate.tscn
View
DungeonShooting_Godot/prefab/role/template/AdvancedRoleTemplate.tscn
View
DungeonShooting_Godot/prefab/role/template/RoleTemplate.tscn
View
DungeonShooting_Godot/resource/map/tileMaps/TestGroup1/inlet/Start2/Preinstall.json
View
DungeonShooting_Godot/src/framework/activity/ActivityObject.cs
View
DungeonShooting_Godot/src/game/AnimatorNames.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/Bullet.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/AiAstonishedState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiLeaveForState.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiNotifyState.cs
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/room/DungeonManager.cs
View
DungeonShooting_Godot/src/game/room/World.cs
View
DungeonShooting_Godot/src/game/ui/roomUI/RoomUIPanel.cs