do 4x4 2x2 1x1 only
in prep for bigger pixels
This commit is contained in:
parent
ec42f672d4
commit
0a7293d8bc
1 changed files with 5 additions and 4 deletions
9
mandel.s
9
mandel.s
|
@ -276,11 +276,12 @@ z_buffer:
|
|||
|
||||
.export start
|
||||
|
||||
max_fill_level = 6
|
||||
;max_fill_level = 6
|
||||
max_fill_level = 3
|
||||
fill_masks:
|
||||
.byte %00011111
|
||||
.byte %00001111
|
||||
.byte %00000111
|
||||
; .byte %00011111
|
||||
; .byte %00001111
|
||||
; .byte %00000111
|
||||
.byte %00000011
|
||||
.byte %00000001
|
||||
.byte %00000000
|
||||
|
|
Loading…
Reference in a new issue