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

Remove 30log (fix #39) #55

Closed airstruck closed 7 years ago

airstruck commented 7 years ago

Remove 30log, simplify base class. Remove a call to 30log's is_a, just check for a property like isFoo instead (could have added is_a, but checking a property is clearer and more efficient anyway).

Also fix lighting, accidentally broke it when color format changed. Made some performance improvements to lighting also.