Hammarberg / pixcen

Low level Windows pixel editor for C64
http://binarybone.com/pixcen
GNU General Public License v3.0
53 stars 7 forks source link

Wrong mask in sprites #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After saving multi-color sprites as map or pmap, bitmask 10 and 11 are switched.

Original issue reported on code.google.com by j...@binarybone.com on 19 May 2014 at 6:45

GoogleCodeExporter commented 9 years ago
I have implemented a fix.. The question is IF I should implement a "conversion" 
for old sprites saved in GPX format or not. They will be broken after this fix. 
A workaround would be to save them as PNG in an old Pixcen, then import them in 
the fixed version.

Original comment by j...@binarybone.com on 19 May 2014 at 7:07

GoogleCodeExporter commented 9 years ago
Fixed in r56.

Original comment by j...@binarybone.com on 21 May 2014 at 1:25