mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 10:13:46 +00:00
Yin Yang orb key item
This commit is contained in:
parent
d8397ed4d9
commit
b47c7f888b
7 changed files with 103 additions and 10 deletions
19
Scenes/Items/Yin_Yang_Orb.tscn
Normal file
19
Scenes/Items/Yin_Yang_Orb.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ihy1ew7bo6no"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3h7b30kerf60" path="res://Scripts/Interactables/ItemPickup.cs" id="1_a80ku"]
|
||||
[ext_resource type="Resource" uid="uid://bgcgeg187vg1h" path="res://Resources/Items/IcicleRepeater.tres" id="2_cgnjk"]
|
||||
[ext_resource type="Texture2D" uid="uid://efghydyw2q8o" path="res://Sprites/Items/YingYangOrb.png" id="3_a80ku"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jtwy2"]
|
||||
|
||||
[node name="YinYangOrb" type="Area2D" groups=["Interactable"]]
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_a80ku")
|
||||
LootTable = [ExtResource("2_cgnjk")]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("3_a80ku")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_jtwy2")
|
||||
Loading…
Add table
Add a link
Reference in a new issue