初始化武器数据
|
---|
|
DungeonShooting_Godot/prefab/bullet/Bullet0001.tscn |
---|
DungeonShooting_Godot/prefab/bullet/Bullet0002.tscn |
---|
DungeonShooting_Godot/prefab/shell/Shell0001.tscn |
---|
DungeonShooting_Godot/prefab/weapon/Weapon0001.tscn |
---|
DungeonShooting_Godot/resource/sprite/role/enemy0001/enemy0001.png.import |
---|
DungeonShooting_Godot/resource/sprite/role/enemy0001/enemy0001_Debris.png.import |
---|
DungeonShooting_Godot/src/game/GameApplication.cs |
---|
DungeonShooting_Godot/src/game/activity/bullet/Bullet.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/bullet/BulletAttribute.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/package/Holster.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/shell/Shell.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/weapon/Weapon.cs 0 → 100644 |
---|
Too large (Show diff)
|
DungeonShooting_Godot/src/game/activity/weapon/WeaponWeightType.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/weapon/gun/Gun.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/weapon/gun/Shotgun.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/activity/weapon/knife/Knife.cs 0 → 100644 |
---|
DungeonShooting_Godot/src/game/item/bullet/Bullet.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/bullet/BulletAttribute.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/package/Holster.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/shell/Shell.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/Weapon.cs 100644 → 0 |
---|
Too large (Show diff)
|
DungeonShooting_Godot/src/game/item/weapon/WeaponAttribute.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/WeaponWeightType.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Gun.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/gun/Shotgun.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/item/weapon/knife/Knife.cs 100644 → 0 |
---|
DungeonShooting_Godot/src/game/room/DungeonManager.cs |
---|