Compare commits

...

2 Commits

Author SHA1 Message Date
Spencer Killen 4b39437d36
Merge branch 'spencer' 2023-01-04 13:39:37 -07:00
Spencer Killen ea7726efdc
foo 2023-01-04 13:39:28 -07:00
2 changed files with 6 additions and 3 deletions

View File

@ -50,6 +50,9 @@ vertex_animation_name = "Key009Action001"
vertex_animation_path = NodePath("../../meat_elevator/MeatElevator/AnimationPlayer") vertex_animation_path = NodePath("../../meat_elevator/MeatElevator/AnimationPlayer")
playback_speed = 0.5 playback_speed = 0.5
[node name="ElevatorGrip" parent="meat_elevator_tracker/MeatElevatorTracker" index="1"]
transform = Transform( 1, 0, 0, 0, 5.091, 0, 0, 0, 1, 0, 0, 0 )
[node name="TunnelBlockerUpper" type="StaticBody" parent="."] [node name="TunnelBlockerUpper" type="StaticBody" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.28918, 0 ) transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.28918, 0 )

View File

@ -73,7 +73,7 @@ tracks/0/keys = {
"values": [ 0.5, 3.0 ] "values": [ 0.5, 3.0 ]
} }
[sub_resource type="SphereShape" id=5] [sub_resource type="CylinderShape" id=16]
[sub_resource type="Animation" id=10] [sub_resource type="Animation" id=10]
length = 0.001 length = 0.001
@ -240,8 +240,8 @@ script = ExtResource( 7 )
[node name="Area" type="Area" parent="ElevatorPhysics"] [node name="Area" type="Area" parent="ElevatorPhysics"]
[node name="CollisionShape" type="CollisionShape" parent="ElevatorPhysics/Area"] [node name="CollisionShape" type="CollisionShape" parent="ElevatorPhysics/Area"]
transform = Transform( 0.325, 0, 0, 0, 0.78, 0, 0, 0, 0.325, 0.0029822, 0.0328078, -0.000828505 ) transform = Transform( 0.325, 0, 0, 0, 0.682, 0, 0, 0, 0.325, 0.0029822, 0.0328078, -0.000828505 )
shape = SubResource( 5 ) shape = SubResource( 16 )
[node name="MovementInput" type="Node" parent="."] [node name="MovementInput" type="Node" parent="."]
script = ExtResource( 4 ) script = ExtResource( 4 )