forked from team-sg/hero-mark-2
fixed bug where arrows wouldnt spawn when player was on a different y sector
This commit is contained in:
parent
01d2662734
commit
8e08495b03
2 changed files with 5 additions and 2 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue