mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Spider bomb inventory sprite
This commit is contained in:
parent
4913eba12e
commit
eab206fdfa
1 changed files with 5 additions and 5 deletions
|
|
@ -1,17 +1,17 @@
|
||||||
[gd_resource type="Resource" script_class="LootItem" load_steps=7 format=3 uid="uid://dhbltvgsa3g88"]
|
[gd_resource type="Resource" script_class="LootItem" load_steps=7 format=3 uid="uid://dhbltvgsa3g88"]
|
||||||
|
|
||||||
|
[ext_resource type="Texture2D" uid="uid://r2h77ktff10m" path="res://Sprites/Bullets/Snowball.png" id="1_gpot4"]
|
||||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_lus3u"]
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_lus3u"]
|
||||||
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="1_qd764"]
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="1_qd764"]
|
||||||
[ext_resource type="Texture2D" uid="uid://huo14jdekj6n" path="res://Sprites/Bullets/spiderbomb.png" id="1_v5a4k"]
|
|
||||||
[ext_resource type="Resource" uid="uid://dwxn7f1ue0m4s" path="res://Resources/Bullets/Spider_Bomb_Bullet.tres" id="2_gpot4"]
|
[ext_resource type="Resource" uid="uid://dwxn7f1ue0m4s" path="res://Resources/Bullets/Spider_Bomb_Bullet.tres" id="2_gpot4"]
|
||||||
|
|
||||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gpot4"]
|
[sub_resource type="AtlasTexture" id="AtlasTexture_gpot4"]
|
||||||
atlas = ExtResource("1_v5a4k")
|
atlas = ExtResource("1_gpot4")
|
||||||
region = Rect2(0, 0, 16, 16)
|
region = Rect2(0, 0, 16, 16)
|
||||||
|
|
||||||
[sub_resource type="Resource" id="Resource_v5a4k"]
|
[sub_resource type="Resource" id="Resource_v5a4k"]
|
||||||
script = ExtResource("1_qd764")
|
script = ExtResource("1_qd764")
|
||||||
Name = "Spider Bomb"
|
Name = "Snowball Bomb launcher"
|
||||||
BulletData = ExtResource("2_gpot4")
|
BulletData = ExtResource("2_gpot4")
|
||||||
RateOfFire = 1.0
|
RateOfFire = 1.0
|
||||||
BulletCapacity = 10
|
BulletCapacity = 10
|
||||||
|
|
@ -28,8 +28,8 @@ metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|
||||||
|
|
||||||
[resource]
|
[resource]
|
||||||
script = ExtResource("1_lus3u")
|
script = ExtResource("1_lus3u")
|
||||||
ItemName = "Spider Bomb"
|
ItemName = "Snowball Bomb"
|
||||||
ItemDescription = "A bomb that spiders"
|
ItemDescription = "A snowball with a bomb inside"
|
||||||
ItemKey = "SPIDER_BOMB"
|
ItemKey = "SPIDER_BOMB"
|
||||||
Item = 5
|
Item = 5
|
||||||
WeaponData = SubResource("Resource_v5a4k")
|
WeaponData = SubResource("Resource_v5a4k")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue