mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 22:23:48 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -11,7 +11,7 @@ region = Rect2(0, 0, 16, 16)
|
|||
|
||||
[sub_resource type="Resource" id="Resource_v5a4k"]
|
||||
script = ExtResource("1_qd764")
|
||||
Name = "Snowball Bomb launcher"
|
||||
Name = null
|
||||
BulletData = ExtResource("2_gpot4")
|
||||
RateOfFire = 1.0
|
||||
BulletCapacity = 10
|
||||
|
|
@ -21,16 +21,16 @@ InfiniteAmmo = true
|
|||
BulletsPerShot = 1
|
||||
SpreadAngle = 0.0
|
||||
RandomSpread = 0.0
|
||||
ItemKey = "SPIDER_BOMB"
|
||||
AmmoKey = "SPIDER_BOMB"
|
||||
ItemKey = null
|
||||
AmmoKey = null
|
||||
_rotationOffset = 0.0
|
||||
metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_lus3u")
|
||||
ItemName = "Snowball Bomb"
|
||||
ItemDescription = "A snowball with a bomb inside"
|
||||
ItemKey = "SPIDER_BOMB"
|
||||
ItemName = &"SnowBall Bomb"
|
||||
ItemDescription = &"A snowball packed of explosive, explodes on contact"
|
||||
ItemKey = &"SPIDER_BOMB"
|
||||
Item = 5
|
||||
WeaponData = SubResource("Resource_v5a4k")
|
||||
Amount = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue