|
- [gd_scene load_steps=6 format=2]
-
- [ext_resource path="res://jrpg/models/coinGold.glb" type="PackedScene" id=1]
- [ext_resource path="res://jrpg/scripts/entities/pickup.gd" type="Script" id=2]
- [ext_resource path="res://jrpg/models/gold.material" type="Material" id=3]
- [ext_resource path="res://jrpg/models/wood.material" type="Material" id=4]
-
- [sub_resource type="SphereShape" id=1]
- radius = 0.436751
-
- [node name="Pickup" type="Area"]
- script = ExtResource( 2 )
-
- [node name="coinGold" parent="." instance=ExtResource( 1 )]
- transform = Transform( 2, 0, 0, 0, 2, 0, 0, 0, 2, 0, -0.402459, 0 )
-
- [node name="coinGold" parent="coinGold/tmpParent" index="0"]
- transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0 )
- material/0 = ExtResource( 3 )
- material/1 = ExtResource( 4 )
-
- [node name="CollisionShape" type="CollisionShape" parent="."]
- shape = SubResource( 1 )
-
- [editable path="coinGold"]
|