mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-22 06:31:48 +00:00
Fixed fan stands capturing cats in protect
This commit is contained in:
parent
0497c928dc
commit
4813eb4af5
@ -192,7 +192,9 @@ gameplayLoopProjectiles:
|
||||
|
||||
jsr unrenderProjectiles
|
||||
jsr updateProjectilesPhysics
|
||||
jsr unrenderPlayers ; This extra unrender...
|
||||
jsr protectProjectiles
|
||||
jsr renderPlayers ; ... rerender cycle makes fan stands overlapping cats render properly. Messy, but the engine doesn't handle overlapping sprites well
|
||||
jsr renderProjectiles
|
||||
|
||||
gameplayLoopProjectilesSkip:
|
||||
|
Loading…
Reference in New Issue
Block a user