paulofmandown / rotLove

Roguelike Toolkit in Love. A Love2D/lua port of rot.js
http://paulofmandown.github.io/rotLove/
Other
258 stars 25 forks source link

Color module __mul improperly defined. #64

Open ErikW54 opened 2 years ago

ErikW54 commented 2 years ago

"mul" is not a defined global, I'm assuming it's meant to use the local function "multiply"

With some additional testing it seems the metatable functions are not working at all? I might be misinterpreting what the add and mul functions are meant to do, but my assumption is that they are metatable defines for operator addition and multiplication?