diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 23:21:32 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 23:21:32 -0500 |
| commit | 5c5f8b325fe5900a3800a976a1a31e99934f6815 (patch) | |
| tree | 0b7048112bff0a0b1e8a58f283680479a139a0ea /gfx/pack | |
| parent | efd91fe3dbc7dbad23a43525f526d3e8fbd47ae7 (diff) | |
Move data/palettes/ .pal files into gfx/
Diffstat (limited to 'gfx/pack')
| -rw-r--r-- | gfx/pack/pack.pal | 29 | ||||
| -rw-r--r-- | gfx/pack/pack_f.pal | 29 |
2 files changed, 58 insertions, 0 deletions
diff --git a/gfx/pack/pack.pal b/gfx/pack/pack.pal new file mode 100644 index 000000000..e8b4979bb --- /dev/null +++ b/gfx/pack/pack.pal @@ -0,0 +1,29 @@ + RGB 31, 31, 31 + RGB 15, 15, 31 + RGB 00, 00, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 15, 15, 31 + RGB 00, 00, 31 + RGB 00, 00, 00 + + RGB 31, 11, 31 + RGB 15, 15, 31 + RGB 00, 00, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 15, 15, 31 + RGB 00, 00, 31 + RGB 31, 00, 00 + + RGB 31, 31, 31 + RGB 15, 15, 31 + RGB 31, 00, 00 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 07, 19, 07 + RGB 07, 19, 07 + RGB 00, 00, 00 diff --git a/gfx/pack/pack_f.pal b/gfx/pack/pack_f.pal new file mode 100644 index 000000000..a962d97d1 --- /dev/null +++ b/gfx/pack/pack_f.pal @@ -0,0 +1,29 @@ + RGB 31, 31, 31 + RGB 31, 14, 31 + RGB 31, 07, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 14, 31 + RGB 31, 07, 31 + RGB 00, 00, 00 + + RGB 15, 15, 31 + RGB 31, 14, 31 + RGB 31, 07, 31 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 31, 14, 31 + RGB 31, 07, 31 + RGB 31, 00, 00 + + RGB 31, 31, 31 + RGB 31, 14, 31 + RGB 31, 00, 00 + RGB 00, 00, 00 + + RGB 31, 31, 31 + RGB 07, 19, 07 + RGB 07, 19, 07 + RGB 00, 00, 00 |
