Hi,
thanks for testing it again!
Hey apo, now it looks better but still I have some pixels from the top being cropped, i.e. I cant see the time or player names when playing.
Yeah I heard from the problem with Android 3. The problem is the status bar. At the moment I don't know how to make the bar invisible. So a little part at the top is missing. I will try to fix it.
What's the effect of car "iconed powerup"?
Powerups:
3 - 3 new iceblocks in the water
6 - 6 new iceblocks in the water
spring - jump higher for the next 5 jumps
fire - when you are on fire the iceblock will explode immediately when you jump on it and birds will fall in the water when you touch them
icicle - your player is for a short time slower and birds will fall "iceshocked" in the water when you touch them
car - your player is for a short time faster
// normal
speed = 1 * ApoIcejumpConstants.PLAYER_MAX_VEC_X;
// "icicle powerup"
speed = 0.7f * ApoIcejumpConstants.PLAYER_MAX_VEC_X;
// "car powerup"
speed = 1.3f * ApoIcejumpConstants.PLAYER_MAX_VEC_X;