La maquina de cafe no toca el suelo
This commit is contained in:
@@ -2814,8 +2814,6 @@ void Game::render()
|
||||
|
||||
renderFlashEffect();
|
||||
|
||||
mText->write(0, 0, std::to_string(balloons.size()));
|
||||
|
||||
// Pinta la informacion de debug
|
||||
renderDebugInfo();
|
||||
|
||||
|
||||
@@ -53,8 +53,8 @@ Item::Item(SDL_Renderer *renderer, Asset *asset, Uint8 type, float x, float y)
|
||||
|
||||
if (type == ITEM_COFFEE_MACHINE)
|
||||
{
|
||||
width = 32;
|
||||
height = 32;
|
||||
width = 23;
|
||||
height = 29;
|
||||
posX = (((int)x + (PLAY_AREA_WIDTH / 2)) % (PLAY_AREA_WIDTH - width - 5)) + 2;
|
||||
posY = PLAY_AREA_TOP - height;
|
||||
velX = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user