laser wall fixes

This commit is contained in:
Haze Weathers 2023-03-25 00:16:30 -04:00
parent 4264d26e4a
commit 02eb7ece33
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ default_color = Color( 0.960784, 0.2, 0.258824, 1 )
[node name="RayCast2D" type="RayCast2D" parent="."]
position = Vector2( 4, 2 )
cast_to = Vector2( 0, 192 )
cast_to = Vector2( 0, 256 )
collide_with_areas = true
[node name="Timer" type="Timer" parent="."]