Slow Down

2023-06-12に共有


(v00 12-10-22)
TO LOAD THIS PICO-8 CART, in immediate mode, type: load #slowdown

In this demo use the LEFT and RIGHT arrow keys to control actual runtime speed of the cart. Examine the code to see how it is done.

Hello.

As you know conventional code allows you to run your cart in 30fps or 60fps.

However making use of the seldom known command, _set_fps() you can set any of these values or an arbitrary one.

Is there a way of setting FPS <30 inside a cart that does make use of _update() or _update60() ?