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;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
readSpriteData('rocket.sprt');
|
readSpriteData('sprite-testcard.sprt');
|
||||||
|
|
||||||
InitGraphics;
|
InitGraphics;
|
||||||
startBench('points 200K');
|
startBench('points 200K');
|
||||||
|
|
|
||||||
BIN
examples/sprite-testcard.sprt
Normal file
BIN
examples/sprite-testcard.sprt
Normal file
Binary file not shown.
|
|
@ -977,7 +977,7 @@ SETPALETTE:
|
||||||
|
|
||||||
DEFAULT_PALETTE:
|
DEFAULT_PALETTE:
|
||||||
.WORD 0, $FFF, $F00, $0F0, $00F, $0FF, $F0F, $FF0
|
.WORD 0, $FFF, $F00, $0F0, $00F, $0FF, $F0F, $FF0
|
||||||
.WORD $777, $777, $700, $070, $007, $077, $707, $770
|
.WORD $777, $AAA, $700, $070, $007, $077, $707, $770
|
||||||
|
|
||||||
; set whole video memory to zero
|
; set whole video memory to zero
|
||||||
CLEARGRAPHICS:
|
CLEARGRAPHICS:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue