换弹进度, 将 Gun 类与关键字替换为 Weapon
|
---|
|
DungeonShooting_Godot/prefab/role/Player.tscn |
---|
DungeonShooting_Godot/prefab/role/Role.tscn |
---|
DungeonShooting_Godot/prefab/ui/bar/ReloadBar.tscn |
---|
DungeonShooting_Godot/prefab/weapon/Gun.tscn 100644 → 0 |
---|
DungeonShooting_Godot/prefab/weapon/Weapon.tscn 0 → 100644 |
---|
DungeonShooting_Godot/resource/sprite/ui/reloadBar.png |
---|
|
DungeonShooting_Godot/resource/sprite/ui/reloadBarBlock.png |
---|
|
DungeonShooting_Godot/src/common/NodeExtend.cs |
---|
DungeonShooting_Godot/src/effect/Cursor.cs |
---|
DungeonShooting_Godot/src/manager/ResourceManager.cs |
---|
DungeonShooting_Godot/src/package/Holster.cs |
---|
DungeonShooting_Godot/src/role/Player.cs |
---|
DungeonShooting_Godot/src/role/Role.cs |
---|
DungeonShooting_Godot/src/room/RoomManager.cs |
---|
DungeonShooting_Godot/src/ui/ReloadBar.cs |
---|
DungeonShooting_Godot/src/weapon/RegisterWeapon.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/weapon/ThrowGun.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/weapon/Weapon.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/weapon/WeaponAttribute.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/weapon/WeaponManager.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/weapon/WeaponWeightType.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/weapon/bullet/Bullet.cs |
---|
DungeonShooting_Godot/src/weapon/bullet/HighSpeedBullet.cs |
---|
DungeonShooting_Godot/src/weapon/bullet/OrdinaryBullets.cs |
---|
DungeonShooting_Godot/src/weapon/gun/Gun.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/weapon/gun/GunAttribute.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/weapon/gun/GunManager.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/weapon/gun/GunWeightType.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/weapon/gun/OrdinaryGun.cs |
---|
DungeonShooting_Godot/src/weapon/gun/ThrowGun.cs 100644 → 0 |
---|