mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 23:45:54 +00:00
Ability to switch weapons through the menu
This commit is contained in:
parent
12b8d4a70f
commit
ff6d46ebcd
11 changed files with 61 additions and 4 deletions
|
|
@ -15,5 +15,6 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "CheatGun"
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 5
|
||||
SpreadAngle = 180.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "EnemyWeapon"
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "EnemyWeapon_Simple"
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@ InfiniteAmmo = false
|
|||
BulletsPerShot = 3
|
||||
SpreadAngle = 15.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "IceShotgun"
|
||||
AmmoKey = "Ammo1"
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "IcicleGun"
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
|
|
@ -15,5 +15,6 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "IcicleRepeater"
|
||||
AmmoKey = ""
|
||||
_rotationOffset = 0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue