projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b24d4
)
Just made stars to blink more.
author
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 1 May 2004 10:12:08 +0000
(10:12 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Sat, 1 May 2004 10:12:08 +0000
(10:12 +0000)
SVN-Revision: 875
src/player.cpp
patch
|
blob
|
history
diff --git
a/src/player.cpp
b/src/player.cpp
index
785860b
..
90a9d6b
100644
(file)
--- a/
src/player.cpp
+++ b/
src/player.cpp
@@
-599,7
+599,8
@@
Player::draw()
}
// Draw blinking star overlay
- if (invincible_timer.started() && (invincible_timer.get_left() > TUX_INVINCIBLE_TIME_WARNING || global_frame_counter % 2))
+ if (invincible_timer.started() &&
+ (invincible_timer.get_left() > TUX_INVINCIBLE_TIME_WARNING || global_frame_counter % 3))
{
if (size == SMALL || duck)
smalltux_star->draw(base.x - scroll_x, base.y);