(fps 2)
(images
"busted1.png"
-"busted2.png"
-"busted3.png"
+ "busted2.png"
+ "busted3.png"
+ "../tux_big/superbig_tux.png"
+ "../tux_big/superbig_tux.png"
+ "../tux_big/superbig_tux.png"
+ "../tux_big/superbig_tux.png"
)
(x-offset 300)
(y-offset 400)
const float SAFE_TIME = .5; /**< the time we are safe when tux just hit us */
const int INITIAL_HITPOINTS = 3; /**< number of hits we can take */
- const float SQUISH_TIME = 3;
+ const float SQUISH_TIME = 5;
}
Yeti::Yeti(const lisp::Lisp& reader)