neilsf / xc-basic3

A BASIC cross compiler for MOS 6502-based machines
MIT License
42 stars 5 forks source link

SPRITE XYSIZE x and y are in wrong order #252

Closed orlof closed 5 months ago

orlof commented 7 months ago

`MEMSET CWORD(192)*64, 64, $ff

SPRITE 0 AT 100,100 XYSIZE 1,0 SHAPE 192 ON SPRITE 1 AT 150,100 XYSIZE 0,1 SHAPE 192 ON `

image
neilsf commented 7 months ago

Thanks for reporting. It will be fixed in a new release soon.