Remove extra unnecessary palettes

This merges the colors from other palettes into the general entity
palette function.
This commit is contained in:
NyakoFox
2025-02-05 01:22:03 -04:00
committed by Ethan Lee
parent 343790f12b
commit d419c6ed5b
4 changed files with 62 additions and 86 deletions

View File

@@ -51,9 +51,6 @@ public:
GraphicsResources grphx;
SDL_Color huetilegetcol();
SDL_Color bigchunkygetcol(int t);
void drawgravityline(int t, int x, int y, int w, int h);
void drawcoloredtile(int x, int y, int t, int r, int g, int b);