blockattack / blockattack-game

Block Attack - Rise of the Blocks - the game
https://blockattack.net
GNU General Public License v2.0
34 stars 8 forks source link

Get Ready bug #6

Closed sago007 closed 8 years ago

sago007 commented 8 years ago

There is currently a bug where "Get ready" will be displayed right of the garbage then clearing it. It is uncertain if the area is treated as garbage in the model or if it is a pure graphics bug.

The problem was introduced during the move from SDL1.2 to SDL2. As the game did not compile during the move is is hard to find the source of the problem.

blockattack_ready_bug

sago007 commented 8 years ago

Fixed in https://github.com/blockattack/blockattack-game/commit/742e011258c8267355eca87db6012aaf422dec64

Turned out it was just the wrong sprite. The image gave it away: The extra "Get Ready" was green instead of orange.