mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:45:33 +00:00
Weapon switching
This commit is contained in:
parent
4d62a0a385
commit
036cc4b940
10 changed files with 49 additions and 17 deletions
|
|
@ -29,6 +29,7 @@ LifeTime = 20.0
|
|||
DestroyOnCollision = false
|
||||
Owner = 2
|
||||
DamageType = 0
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Grazeable = false
|
||||
GrazeValue = 0.2
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ LifeTime = 20.0
|
|||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
DamageType = 0
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Grazeable = true
|
||||
GrazeValue = 0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue