feat: demo pack floats
This commit is contained in:
parent
b426693f3c
commit
a88ab11ee6
1 changed files with 9 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=3 uid="uid://cclghy01gblif"]
|
[gd_scene format=3 uid="uid://cclghy01gblif"]
|
||||||
|
|
||||||
[sub_resource type="SphereShape3D" id="SphereShape3D_kl827"]
|
[sub_resource type="SphereShape3D" id="SphereShape3D_kl827"]
|
||||||
radius = 0.1282442
|
radius = 0.32121935
|
||||||
|
|
||||||
[sub_resource type="GDScript" id="GDScript_kl827"]
|
[sub_resource type="GDScript" id="GDScript_kl827"]
|
||||||
script/source = "extends Interactable
|
script/source = "extends Interactable
|
||||||
|
|
@ -17,16 +17,18 @@ func _activated(interactor: PlayerInteractor) -> void:
|
||||||
"
|
"
|
||||||
|
|
||||||
[sub_resource type="BoxMesh" id="BoxMesh_kl827"]
|
[sub_resource type="BoxMesh" id="BoxMesh_kl827"]
|
||||||
size = Vector3(0.2, 0.1, 0.2)
|
size = Vector3(0.19555664, 0.13061523, 0.37719727)
|
||||||
|
|
||||||
[node name="DemoPackPickup" type="StaticBody3D"]
|
[node name="DemoPackPickup" type="StaticBody3D" unique_id=1833876644]
|
||||||
collision_layer = 18
|
collision_layer = 18
|
||||||
|
|
||||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=1902989490]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.248144, 0)
|
||||||
shape = SubResource("SphereShape3D_kl827")
|
shape = SubResource("SphereShape3D_kl827")
|
||||||
|
|
||||||
[node name="Interactable" type="Interactable" parent="."]
|
[node name="Interactable" type="Interactable" parent="." unique_id=117559839]
|
||||||
script = SubResource("GDScript_kl827")
|
script = SubResource("GDScript_kl827")
|
||||||
|
|
||||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=2051580886]
|
||||||
|
transform = Transform3D(0.9470535, -0.3210758, -7.450581e-09, 0.2928597, 0.86382645, -0.40992302, 0.13161638, 0.38821906, 0.9121201, 0, 1.248144, 0)
|
||||||
mesh = SubResource("BoxMesh_kl827")
|
mesh = SubResource("BoxMesh_kl827")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue