Skip to content

Commit

Permalink
Updated the palette and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Feb 2, 2020
1 parent c30891a commit 966f24e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified Pyxel.aseprite
Binary file not shown.
6 changes: 3 additions & 3 deletions pyxel/core/include/pyxelcore/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,9 @@ const std::array<int32_t, COLOR_COUNT> DEFAULT_PALETTE = {
0xCB9C7A, 0xEAC685, 0x3E2E2E, 0x75323C, 0xC04E4C, 0xE19382,
0xEFC7A7, 0x8E8E8E, 0xC8C8C8, 0xEEEEEE
#elif PYXEL_PALETTE == FILTER_COLOR
0x000000, 0x2B335F, 0x7E2072, 0x3E9DA2, 0x8B4852, 0x466495,
0xA9C1FF, 0xEEEEEE, 0xD4186C, 0xDD996E, 0xEECF5D, 0x70C6A9,
0x678AD4, 0x969696, 0xE69AA2, 0xEDC7B0
0x000000, 0x2B335F, 0x7E2072, 0x19959C, 0x8B4852, 0x395C98,
0xA9C1FF, 0xEEEEEE, 0xD4186C, 0xD38441, 0xE9C35B, 0x70C6A9,
0x7696DE, 0xA3A3A3, 0xFF9798, 0xEDC7B0
#endif
};
const int32_t DEFAULT_QUIT_KEY = KEY_ESCAPE;
Expand Down
Binary file modified pyxel/examples/assets/cat_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pyxel/examples/assets/pyxel_logo_152x64.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pyxel/examples/assets/pyxel_logo_38x16.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pyxel/examples/assets/tileset_24x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 966f24e

Please sign in to comment.