jjant / runty8

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

Adding pico8's flr function #42

Closed arturamiryan closed 1 year ago

arturamiryan commented 1 year ago

Issue #30 if available:

Description of changes: I added pico8's flr function and some tests for it. It uses standard floor() rust function, but return type is i32

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.