Knuckle Cracker

Creeper World 3 => The Coder's Corner => Topic started by: pastor.healer on February 05, 2015, 02:58:23 PM

Title: Custom Graphics
Post by: pastor.healer on February 05, 2015, 02:58:23 PM
Could someone please point me to any good teaching on how to work with custom graphics with Crpl?

I have noticed in a lot of games that things like emitters are much larger than the original Virgil emitters.  Is this because we
are limited to the 64x64 min size?

Also, I don't really get how to insert a graphic into the core set on the game.  I see how to add graphics but not how to
link them. 

Thanks a lot!
Title: Re: Custom Graphics
Post by: Karsten75 on February 05, 2015, 03:36:04 PM
I assume you've been looking at the tutorials and code samples on the wiki? Used to be a fair number of helpful things there. As there  are helpful folks here on the forum... :)
Title: Re: Custom Graphics
Post by: Asbestos on February 05, 2015, 05:40:59 PM
Create or download a graphic that is 64x64, 128x128, or 256x256, go to Custom Images, click on Custom0 in whatever size your image is, select your image, double-click your CRPL core, click Set Image at the top of the menu, and select Custom0 - it should be there.
Title: Re: Custom Graphics
Post by: pastor.healer on February 05, 2015, 07:43:01 PM
Aha!  Thanks much...  :)