adjusted roller fiend

This commit is contained in:
pennyrigate 2023-01-13 16:00:43 -05:00
parent 54f0880864
commit 124b5e16aa
6 changed files with 96 additions and 8 deletions

View file

@ -10,6 +10,7 @@ extents = Vector2( 4, 3.5 )
extents = Vector2( 4, 0.5 )
[node name="FallingBlock" type="KinematicBody2D"]
collision_layer = 4
script = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]