forked from team-sg/hero-mark-2
added continuous collision detection and removed print statement
This commit is contained in:
parent
140116bb30
commit
de38a0f5d9
2 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@ radius = 4.0
|
|||
[node name="ZBall" type="RigidBody2D"]
|
||||
mass = 5.0
|
||||
physics_material_override = SubResource( 2 )
|
||||
continuous_cd = 2
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue