还原成老版本的角色继承路线
1 parent 511adc3 commit 5cd85ee2933ee02359f86a0895a5af1d1067de1f
@小李xl 小李xl authored on 17 Nov 2023
Showing 62 changed files
View
DungeonShooting_Godot/prefab/role/Enemy0001.tscn
View
DungeonShooting_Godot/prefab/role/Enemy0002.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/Role0001.tscn
View
DungeonShooting_Godot/prefab/role/template/AdvancedEnemyTemplate.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/template/AdvancedRoleTemplate.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/role/template/EnemyTemplate.tscn
View
DungeonShooting_Godot/prefab/role/template/RoleTemplate.tscn
View
DungeonShooting_Godot/resource/sprite/role/common/Role_astonished.png
View
DungeonShooting_Godot/src/framework/map/preinstall/RoomPreinstall.cs
View
DungeonShooting_Godot/src/game/Cursor.cs
View
DungeonShooting_Godot/src/game/activity/bullet/normal/Bullet.cs
View
DungeonShooting_Godot/src/game/activity/prop/Prop.cs
View
DungeonShooting_Godot/src/game/activity/prop/active/ActiveProp5001.cs
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0010.cs
View
DungeonShooting_Godot/src/game/activity/prop/buff/BuffProp0013.cs
View
DungeonShooting_Godot/src/game/activity/role/AdvancedRole.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/AdvancedRole_Animation.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/MountRotation.cs
View
DungeonShooting_Godot/src/game/activity/role/Role.cs
View
DungeonShooting_Godot/src/game/activity/role/Role_Animation.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/SubLine.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/AIStateEnum.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/AdvancedEnemy.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/Enemy.cs
View
DungeonShooting_Godot/src/game/activity/role/enemy/NoWeaponEnemy.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AIAdvancedStateEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiAstonishedState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiAttackState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiFindAmmoState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiFollowUpState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiLeaveForState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiNormalState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiNotifyState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiSurroundState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/advancedState/AiTailAfterState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AINormalStateEnum.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiAstonishedState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiAttackState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiFollowUpState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiLeaveForState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiNormalState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiNotifyState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiSurroundState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/normalState/AiTailAfterState.cs 100644 → 0
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiAstonishedState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiAttackState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiFindAmmoState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiFollowUpState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiLeaveForState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiNormalState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiNotifyState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiSurroundState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/enemy/state/AiTailAfterState.cs 0 → 100644
View
DungeonShooting_Godot/src/game/activity/role/player/Player.cs
View
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs
View
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs
View
DungeonShooting_Godot/src/game/camera/GameCamera.cs
View
DungeonShooting_Godot/src/game/manager/FireManager.cs
View
DungeonShooting_Godot/src/game/manager/ResourcePath.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