Sfoglia il codice sorgente

Center raycasts again

No need to put side ray casts on front because crash guard is now
activated at turning moment.
DricomDragon 5 anni fa
parent
commit
9b240ada2d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      Player.tscn

+ 2 - 2
Player.tscn

@@ -32,7 +32,7 @@ __meta__ = {
 }
 
 [node name="RayLeft" type="RayCast2D" parent="."]
-position = Vector2( -30, -31 )
+position = Vector2( -30, 0 )
 enabled = true
 exclude_parent = false
 cast_to = Vector2( -64, 0 )
@@ -41,7 +41,7 @@ __meta__ = {
 }
 
 [node name="RayRight" type="RayCast2D" parent="."]
-position = Vector2( 30, -31 )
+position = Vector2( 30, 0 )
 enabled = true
 exclude_parent = false
 cast_to = Vector2( 64, 0 )