fixed bug where arrows wouldnt spawn when player was on a different y sector

This commit is contained in:
penelope 2023-01-27 01:59:30 -05:00
parent 01d2662734
commit 8e08495b03
2 changed files with 5 additions and 2 deletions

View file

@ -42,7 +42,10 @@ tile_data = PoolIntArray( 786454, 0, 65537, 786455, 0, 65537, 851990, 0, 65537,
position = Vector2( 120, 120 )
[node name="Slime" parent="." instance=ExtResource( 10 )]
position = Vector2( 84, -7 )
position = Vector2( 264, 168 )
[node name="Slime2" parent="." instance=ExtResource( 10 )]
position = Vector2( 264, 160 )
[node name="Arrow" parent="." instance=ExtResource( 13 )]
position = Vector2( 184, 163 )