Page 2 of 3
Re: image not showing!
Posted: Sun May 06, 2012 3:24 am
by codycox.c
Yes I did everything you said to do maybe you should test the code
Re: image not showing!
Posted: Sun May 06, 2012 3:43 am
by mtheall
Okay I'll try it, although i always use tiled sprites.
Re: image not showing!
Posted: Sun May 06, 2012 3:51 am
by mtheall
a ha! You need to use SpriteColorFormat_Bmp also instead of SpriteColorFormat_256Color
Re: image not showing!
Posted: Sun May 06, 2012 3:54 am
by codycox.c
If using tiled sprites is the preferred way I would like to use tiled sprites.
Re: image not showing!
Posted: Sun May 06, 2012 3:57 am
by mtheall
Also, the palette number is actually alpha for bmp sprites
Re: image not showing!
Posted: Sun May 06, 2012 3:58 am
by codycox.c
Could you show me the code to use tiled sprites?
Re: image not showing!
Posted: Sun May 06, 2012 4:01 am
by mtheall
Use -gt and not -gb. Use SpriteMapping_1D_128 (without Bmp). Use SpriteColorFormat_256Color
Re: image not showing!
Posted: Sun May 06, 2012 4:26 am
by codycox.c
This is exactly what the sprite looks like when I ran the program. What can I do to fix it?
Re: image not showing!
Posted: Sun May 06, 2012 4:37 am
by mtheall
OMG SO OBVIOUS. Now that I'm on my computer I can see. You have a 32x32 sprite, not a 64x64 sprite. Use SpriteSize_32x32.
Re: image not showing!
Posted: Sun May 06, 2012 4:42 am
by codycox.c
Thanks for all of your help I finally got it to work!
