Gallery/mascara.tscn
2025-05-03 12:00:38 -06:00

38 lines
1.4 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://e0p04ulhj73o"]
[ext_resource type="Script" path="res://unfreeze.gd" id="1_k3fnu"]
[ext_resource type="PackedScene" uid="uid://pfwri7ox7s0r" path="res://mascara_v.blend" id="2_kdapr"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_k5yi4"]
bounce = 0.6
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_04m7c"]
radius = 0.72867
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_i8nuy"]
radius = 1.32741
height = 2.65482
[node name="Area3D" type="Area3D"]
top_level = true
script = ExtResource("1_k3fnu")
[node name="RigidBody3D" type="RigidBody3D" parent="."]
mass = 10.0
physics_material_override = SubResource("PhysicsMaterial_k5yi4")
can_sleep = false
freeze = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="RigidBody3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0217552, 0.143441, -0.248832)
shape = SubResource("CapsuleShape3D_04m7c")
[node name="mascara_v" parent="RigidBody3D" instance=ExtResource("2_kdapr")]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0505753, 0.148719, -0.206702)
shape = SubResource("CapsuleShape3D_i8nuy")
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
[connection signal="body_entered" from="RigidBody3D" to="RigidBody3D" method="_on_body_entered"]