mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 14:33:48 +00:00
Export script with path
This commit is contained in:
parent
730aa575ed
commit
ed6e659d23
5 changed files with 14 additions and 12 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ihy1ew7bo6no"]
|
||||
[gd_scene load_steps=6 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://b0qheywm2wej3" path="res://Resources/Items/Yin_Yang_Orb.tres" id="2_a80ku"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" 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"]
|
||||
|
|
@ -10,7 +11,7 @@
|
|||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_a80ku")
|
||||
LootTable = [ExtResource("2_a80ku")]
|
||||
LootTable = Array[ExtResource("2_cgnjk")]([ExtResource("2_a80ku")])
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("3_a80ku")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue