A83: Large sprite


[Prev][Next][Index][Thread]

A83: Large sprite




Hi,

I have a sprite

	 +
	+++
	+++
	+++
	+++
	+++
	+++
	 +

and I want to make it twice as large, so it becomes

	 +
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	+++
	 +

What's the best way to do this? (8x16 sprite) I think
I can try plotting the first one, and then the second
8 pixels below the first, but maybe there is an other
(faster) way? I use movax's sprite routine (of course)

Greetings, Marc


Follow-Ups: References: