mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-18 02:03:47 +00:00
Fixed inventory crash when restarting level
This commit is contained in:
parent
62751a66e6
commit
68daf9c372
5 changed files with 32 additions and 17 deletions
|
|
@ -7,6 +7,8 @@
|
|||
script = ExtResource("2_8ycgt")
|
||||
Name = &""
|
||||
BulletData = ExtResource("1_eps1c")
|
||||
Priority = 0
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.3
|
||||
BulletCapacity = 4
|
||||
ReloadTime = 1.0
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ script = ExtResource("2_vm6dw")
|
|||
Name = &"Nuclear Gun (MP-42)"
|
||||
BulletData = ExtResource("1_x7js4")
|
||||
Priority = 20
|
||||
AmmoPerShot = 1
|
||||
RateOfFire = 0.6
|
||||
BulletCapacity = 5
|
||||
ReloadTime = 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue