I am sorry I am not available at this time. I am currently working on a commercial release on Steam, Undeliverable. This was for a game jam / short break from production.
CodeChomper
Creator of
Recent community posts
Hi Shaun,
Thanks for checking out my game! I ran it both on windows and HTML5 without error, did you download the code from itch or did you clone the git repo? I'll have to check but I thought I had the most up to date code zipped and uploaded.
Anyway, trying to create my own streak shader without looking at others was a difficult task for a shader rookie like me. I can see where shaders can be really useful and I plan on continuing my learning.
I made this Wild Wild Wild Wild West for the CGA Jam. I had to use the CGA four colors and I decided to try my hand at the Pico-8 system. It was a fun challenging build but I am proud of the outcome. Please enjoy and leave feedback, good or bad.
Thank you.
So one last Pico-8 noob color question. In Pico-8 color 0 (black) is default transparent... Can we use the palt to set some other color to transperent in order to use black. Example if I wanted to use 1 dark (0,2,13,6) can I use (0,2,13,6) as the colors I display and color 8 (red) as the transparency since it would never be displayed? "palt(0,false) palt(8, true) "
See images below.
Thanks!