corelib: improved default palette
- light gray instead of 2x dark gray - add palette file for paint programs - new sprite with default palette for graphbench
This commit is contained in:
parent
e8e4b5dd24
commit
6c27b78c4a
4 changed files with 21 additions and 2 deletions
19
examples/default-palette.pal
Normal file
19
examples/default-palette.pal
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
0 0 0
|
||||
255 255 255
|
||||
255 0 0
|
||||
0 255 0
|
||||
0 0 255
|
||||
0 255 255
|
||||
255 0 255
|
||||
255 255 0
|
||||
127 127 127
|
||||
160 160 160
|
||||
127 0 0
|
||||
0 127 0
|
||||
0 0 127
|
||||
0 127 127
|
||||
127 0 127
|
||||
127 127 0
|
||||
|
|
@ -106,7 +106,7 @@ begin
|
|||
end;
|
||||
|
||||
begin
|
||||
readSpriteData('rocket.sprt');
|
||||
readSpriteData('sprite-testcard.sprt');
|
||||
|
||||
InitGraphics;
|
||||
startBench('points 200K');
|
||||
|
|
|
|||
BIN
examples/sprite-testcard.sprt
Normal file
BIN
examples/sprite-testcard.sprt
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue