Skip to content

Commit

Permalink
reduce pick ball size to radius 1, like other balls #19
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Oct 13, 2024
1 parent bec284c commit 55a715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/actors/ball/pick-ball/PickBall.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
bounce = 0.9

[sub_resource type="SphereShape" id=2]
radius = 1.3

[node name="PickBall" instance=ExtResource( 1 )]
mass = 8.68
physics_material_override = SubResource( 1 )

[node name="MeshInstance" parent="." index="1" instance=ExtResource( 2 )]
transform = Transform( 0.8, 0, 0, 0, 0.8, 0, 0, 0, 0.8, 0, 0, 0 )

[node name="CollisionShape" type="CollisionShape" parent="." index="2"]
shape = SubResource( 2 )

0 comments on commit 55a715c

Please sign in to comment.