换弹进度, 将 Gun 类与关键字替换为 Weapon
1 parent 0898b09 commit 6762f8820776c7cf9a3ce750df5dfb6f5e6d5aa9
@小李xl 小李xl authored on 19 Aug 2022
Showing 30 changed files
View
DungeonShooting_Godot/prefab/role/Player.tscn
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/ui/bar/ReloadBar.tscn
View
DungeonShooting_Godot/prefab/weapon/Gun.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn 0 → 100644
View
DungeonShooting_Godot/resource/sprite/ui/reloadBar.png
View
DungeonShooting_Godot/resource/sprite/ui/reloadBarBlock.png
View
DungeonShooting_Godot/src/common/NodeExtend.cs
View
DungeonShooting_Godot/src/effect/Cursor.cs
View
DungeonShooting_Godot/src/manager/ResourceManager.cs
View
DungeonShooting_Godot/src/package/Holster.cs
View
DungeonShooting_Godot/src/role/Player.cs
View
DungeonShooting_Godot/src/role/Role.cs
View
DungeonShooting_Godot/src/room/RoomManager.cs
View
DungeonShooting_Godot/src/ui/ReloadBar.cs
View
DungeonShooting_Godot/src/weapon/RegisterWeapon.cs 0 → 100644
View
DungeonShooting_Godot/src/weapon/ThrowGun.cs 0 → 100644
View
DungeonShooting_Godot/src/weapon/Weapon.cs 0 → 100644
View
DungeonShooting_Godot/src/weapon/WeaponAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/weapon/WeaponManager.cs 0 → 100644
View
DungeonShooting_Godot/src/weapon/WeaponWeightType.cs 0 → 100644
View
DungeonShooting_Godot/src/weapon/bullet/Bullet.cs
View
DungeonShooting_Godot/src/weapon/bullet/HighSpeedBullet.cs
View
DungeonShooting_Godot/src/weapon/bullet/OrdinaryBullets.cs
View
DungeonShooting_Godot/src/weapon/gun/Gun.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/gun/GunAttribute.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/gun/GunManager.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/gun/GunWeightType.cs 100644 → 0
View
DungeonShooting_Godot/src/weapon/gun/OrdinaryGun.cs
View
DungeonShooting_Godot/src/weapon/gun/ThrowGun.cs 100644 → 0