添加第二种子弹, 将武器缩放从0.8改为1, 目前武器素材过大, 玩家素材过小, 后面需要跟换
1 parent 8dfd8ee commit fe1ee4216d7ebf985e841a585b858ea741218511
@小李xl 小李xl authored on 25 May 2023
Showing 20 changed files
View
DungeonShooting_Godot/prefab/role/Role.tscn
View
DungeonShooting_Godot/prefab/weapon/Weapon.tscn
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet.tscn 100644 → 0
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet1.tscn 0 → 100644
View
DungeonShooting_Godot/prefab/weapon/bullet/Bullet2.tscn 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/bullet3.png 0 → 100644
View
DungeonShooting_Godot/resource/sprite/bullet/bullet3.png.import 0 → 100644
View
DungeonShooting_Godot/src/framework/activity/CheckInteractiveResult.cs 0 → 100644
View
DungeonShooting_Godot/src/framework/generator/ResourcePathGenerator.cs
View
DungeonShooting_Godot/src/game/item/CheckInteractiveResult.cs 100644 → 0
View
DungeonShooting_Godot/src/game/item/bullet/Bullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/bullet/BulletAttribute.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/bullet/RegisterBullet.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/shell/ShellCase.cs 0 → 100644
View
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs
View
DungeonShooting_Godot/src/game/item/weapon/bullet/Bullet.cs 100644 → 0
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/item/weapon/shell/ShellCase.cs 100644 → 0
View
DungeonShooting_Godot/src/game/manager/ResourcePath.cs