Skip to content

Add shorthand aliases for fixed-point functions in Lua

LJ Sonic requested to merge fixmul into next

I was tired of typing FRACUNIT and FixedMul scattered all around math formulas in Lua scripts, so I added shorthand aliases for them.

I also added aliases for all the other fixed-point functions, for consistency.

Edited by LJ Sonic

Merge request reports