mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 18:43:48 +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="Script" uid="uid://b3h7b30kerf60" path="res://Scripts/Interactables/ItemPickup.cs" id="1_vx8ix"]
|
||||
[ext_resource type="Resource" uid="uid://cfq121rs3bsu8" path="res://Resources/Items/Cheat_Gun_Item.tres" id="2_si1ac"]
|
||||
[ext_resource type="Texture2D" uid="uid://61kfxc7k3do" path="res://Sprites/Items/Ying_Yang_Gun.png" id="4_pj6iu"]
|
||||
[ext_resource type="Texture2D" uid="uid://cwy7g861vnbj1" path="res://Sprites/Items/Cheat_Gun.png" id="3_6qev1"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jtwy2"]
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ script = ExtResource("1_vx8ix")
|
|||
LootTable = [ExtResource("2_si1ac")]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("4_pj6iu")
|
||||
texture = ExtResource("3_6qev1")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_jtwy2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue