jjant / runty8

A Pico8 clone in Rust.
MIT License
225 stars 17 forks source link

Implement Pico8's `flr` function #30

Closed jjant closed 1 year ago

jjant commented 1 year ago

Implement flr. This should live in the runty8-core crate, and be re-exposed in runty8.

jjant commented 1 year ago

Completed in #42.