18 lines
788 B
Plaintext
18 lines
788 B
Plaintext
[gd_scene format=3 uid="uid://domus1aykhhc5"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://boane8bmokoyw" path="res://Assets/Models/Platform/coin-gold.glb" id="1_bp35q"]
|
|
[ext_resource type="Script" uid="uid://6rimb66h8q5h" path="res://Assets/Scripts/coin_gold.gd" id="2_2ipc1"]
|
|
|
|
[sub_resource type="CylinderShape3D" id="CylinderShape3D_2ipc1"]
|
|
height = 0.25
|
|
radius = 0.2
|
|
|
|
[node name="coin-gold" unique_id=195885472 instance=ExtResource("1_bp35q")]
|
|
script = ExtResource("2_2ipc1")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." index="1" unique_id=1665224934]
|
|
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, 1, 0, -1, -4.371139e-08, 0, 0.2, 0)
|
|
shape = SubResource("CylinderShape3D_2ipc1")
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|