Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

basic fillp(), support for tabled palettes in pal(), support for custom menuitem() #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TheRoboZ
Copy link

I implemented a basic fillp that for now supports patterns in color+black or color+transparent, for now it's only applied to draw_shader, none of the new sprite patterns etc.. Also it doesn't set anything in the draw state since it's not implemented.

In addition I added support for palette in tables passed to pal() such as pal({1,2,3,4,5,6,7,8,9,10,...}) to remap multiple colors at once as I used it a lot in my games, and cleaned up a bit all shaders settings in pal()

I have a couple "in progress" things left to add, then I'll take a break to work on my next game and after that continue this so it supports at least my other games

@TheRoboZ TheRoboZ changed the title basic fillp(), support for tabled palettes in pal() basic fillp(), support for tabled palettes in pal(), support for custom menuitem() May 13, 2022
@MineRobber9000
Copy link
Collaborator

Can you provide some test ROMs for these changes? It's admittedly been a while since I last actively made PICO-8 games.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants