mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 11:33:46 +00:00
Cheat gun recolor
This commit is contained in:
parent
dfe936461e
commit
2e01cd19e2
7 changed files with 54 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[ext_resource type="PackedScene" uid="uid://pemr2lrv3ylk" path="res://Scenes/HUD/Items/ying_yang_gun_huditem.tscn" id="1_i6xgq"]
|
||||
[ext_resource type="Resource" uid="uid://ckppo2seg313h" path="res://Resources/Weapons/Cheat_Gun.tres" id="2_0na1t"]
|
||||
[ext_resource type="Texture2D" uid="uid://61kfxc7k3do" path="res://Sprites/Items/Ying_Yang_Gun.png" id="2_5g5j1"]
|
||||
[ext_resource type="Texture2D" uid="uid://cwy7g861vnbj1" path="res://Sprites/Items/Cheat_Gun.png" id="2_0vddk"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_i0e51"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -18,6 +18,6 @@ PickupIfMaxed = true
|
|||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = true
|
||||
InventorySprite = ExtResource("2_5g5j1")
|
||||
InventorySprite = ExtResource("2_0vddk")
|
||||
HudItemScene = ExtResource("1_i6xgq")
|
||||
DropScenePath = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue