Commit ba784d8725e0cf38d0b3e5609c13a3a0028f6b7d
1 parent
97da6ed3
Powerup → bière
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
graphics/powerup.png
powerup.lua
@@ -42,6 +42,6 @@ function powerup:draw() | @@ -42,6 +42,6 @@ function powerup:draw() | ||
42 | draw(powerupimg, self.x, self.y, 0, 1, 1, 8, 4) | 42 | draw(powerupimg, self.x, self.y, 0, 1, 1, 8, 4) |
43 | love.graphics.setColor(255, 0, 0) | 43 | love.graphics.setColor(255, 0, 0) |
44 | if self.x > 0 and self.blink then | 44 | if self.x > 0 and self.blink then |
45 | - properprint("collect the powerup!!!", 10, 45, scale*0.5) | 45 | + properprint("prend la biere!!!", 15, 45, scale*0.5) |
46 | end | 46 | end |
47 | -end | ||
48 | \ No newline at end of file | 47 | \ No newline at end of file |
48 | +end |