codingteam / pacmacs.el

Pacman for Emacs
Other
92 stars 9 forks source link

Drop XBM support #141

Closed rexim closed 9 years ago

rexim commented 9 years ago

We currently use it to generate empty blocks and walls. Use XPM instead.

rexim commented 9 years ago

It will also make #138 easier

rexim commented 9 years ago

If we gonna use XPM instead of XBM, i think it doesn't make sense to generate wall tiles on the fly. I think we can simply write a script that generates the wall tiles offline and puts them to the sprites directory with some meta about bits for bars and corners.

rexim commented 9 years ago

I think I wasted everyone's time... It's actually a couple of changes in the already existing code and the XPM wall tiles are ready. :(