添加敌人视野
1 parent b7d6591 commit 2d47ed6620524186b95c0bdf0b605c55de4aaf1d
@小李xl 小李xl authored on 12 Nov 2022
Showing 24 changed files
View
DungeonShooting_Godot/prefab/role/Enemy.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/common/MathUtils.cs 100644 → 0
View
DungeonShooting_Godot/src/game/common/NodeExtend.cs
View
DungeonShooting_Godot/src/game/common/Utils.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs
View
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs
View
DungeonShooting_Godot/src/game/manager/InputManager.cs
View
DungeonShooting_Godot/src/game/role/Enemy.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/IState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/Player.cs
View
DungeonShooting_Godot/src/game/role/Role.cs
View
DungeonShooting_Godot/src/game/role/StateController.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/StateEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/Enemy.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AIIdleState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/enemy/state/AIRunState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/role/state/IState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/state/StateCtr.cs 100644 → 0
View
DungeonShooting_Godot/src/game/role/state/StateEnum.cs 100644 → 0