Subindo repositorio

This commit is contained in:
2026-05-02 19:54:53 -03:00
parent 9db1e98761
commit d01e2e8578
493 changed files with 63532 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+17
View File
@@ -0,0 +1,17 @@
[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"]