Submitted on 2013-01-18 17h52 by matthiaskrgr, last changed by matthiaskrgr.
Messages
Author: matthiaskrgr
Date: 2013-01-18 17h52
I'd like to implement a few nasty traps into the game, and it would be great if
we had the ability to freeze and slow down tux via lua code. :>
Author: matthiaskrgr
Date: 2013-01-20 10h21
We do already have freeze_tux_npc()
I suggest to split this up into freeze_tux() and freeze_npc()
Author: matthiaskrgr
Date: 2013-01-20 11h48
Ok,freeze splitup is done, now slowdown still remains
Author: jesusalva
Date: 2014-05-15 00h06
slow down tux is not working (yet).
It's appears that tux is not being slowed down, only painted in blue. The speed
didn't visibly changed.
Author: matthiaskrgr
Date: 2014-06-06 10h22
We have some functionality to speed up tux movement via the cheat menu.
Assuming we have some multiplier of tux' speed, we only need to set this to
something between 1 and 0.
Sounds easy to do.