mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
controller controls
This commit is contained in:
parent
c9abac3dc1
commit
70c514f1a9
2 changed files with 15 additions and 5 deletions
|
|
@ -1,16 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=5 format=3 uid="uid://ct1fa2huvy34n"]
|
||||
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://ct1fa2huvy34n"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/LootItem.cs" id="1_31o2l"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5g0qg6u2gm6f" path="res://Sprites/Items/Ammo1.png" id="1_bpftr"]
|
||||
[ext_resource type="PackedScene" uid="uid://cjv4yahpb0h2l" path="res://Scenes/HUD/Items/ammo.tscn" id="1_enq76"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_3y0hf"]
|
||||
atlas = ExtResource("1_bpftr")
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_31o2l")
|
||||
ItemName = "Ammo"
|
||||
ItemKey = "ammo1"
|
||||
ItemName = ""
|
||||
ItemKey = ""
|
||||
Item = 3
|
||||
Amount = 100
|
||||
Max = 800
|
||||
|
|
@ -18,4 +17,3 @@ PickupIfMaxed = false
|
|||
ConsumeOnUse = true
|
||||
UiType = 0
|
||||
InventorySprite = SubResource("AtlasTexture_3y0hf")
|
||||
HudItemScene = ExtResource("1_enq76")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue