nclud / 2013.beercamp.com

MIT License
0 stars 1 forks source link

Invisible player running across bottom of screen continuosly #45

Closed btjones closed 11 years ago

btjones commented 11 years ago

I keep seeing a player with no sprite (just the pink box) running across the lowest part of the level.

Screen Shot 2013-03-06 at 11 19 39 AM Screen Shot 2013-03-06 at 11 20 32 AM

btjones commented 11 years ago

This is on alpha.2

btjones commented 11 years ago

When the level first loads, I can see for a brief moment that it is floyd and then the sprite disappears.

mikemorris commented 11 years ago

An unrelated fix that should resolve this would be to remove the character from the game server-side once they blackout or the timer expires.

mikemorris commented 11 years ago

Sprite updated to not increase beyond blackout to not advance to empty frame. Characters now removed from server on game over.