Improve RAMDisk icon

This commit is contained in:
Joshua Bell 2018-12-29 11:25:56 -08:00
parent 287da7395c
commit 16bb4a6e53
2 changed files with 9 additions and 10 deletions

View File

@ -2592,8 +2592,7 @@ ramdisk_icon:
.addr ramdisk_pixels ; mapbits
.byte 6 ; mapwidth
.byte 0 ; reserved
DEFINE_RECT 1, 0, 38, 11 ; maprect
;; TODO: increase border size
DEFINE_RECT 0, 0, 39, 11 ; maprect
ramdisk_pixels:
.byte px(%1111111),px(%1111111),px(%1111111),px(%1111111),px(%1111111),px(%1111101)
@ -2605,9 +2604,9 @@ ramdisk_pixels:
.byte px(%1100000),px(%0001111),px(%1000111),px(%1110110),px(%1110110),px(%0001101)
.byte px(%1100000),px(%0001100),px(%1100110),px(%0110110),px(%0000110),px(%0001110)
.byte px(%1100000),px(%0000000),px(%0000000),px(%0000000),px(%0000000),px(%0001101)
.byte px(%1111111),px(%1111111),px(%1111111),px(%1001100),px(%1100110),px(%0001110)
.byte px(%0101010),px(%1010101),px(%0101010),px(%1001100),px(%1100110),px(%0001101)
.byte px(%1010101),px(%0101010),px(%1010101),px(%1111111),px(%1111111),px(%1111110)
.byte px(%1111111),px(%1111111),px(%1111111),px(%1110011),px(%0011001),px(%1001110)
.byte px(%1010101),px(%0101010),px(%1010101),px(%0110011),px(%0011001),px(%1001101)
.byte px(%0101010),px(%1010101),px(%0101010),px(%1111111),px(%1111111),px(%1111110)
;; 3.5" Floppy Disk
floppy800_icon:

View File

@ -8752,11 +8752,11 @@ offset_x: .word 0
;;; Table of icon widths (/2) for centering icons
;;; TODO: Keep this up to date with icon bitmaps in desktop_aux
device_type_to_icon_offset_table:
.word (53 - 27) / 2
.word (53 - 38) / 2
.word (53 - 53) / 2
.word (53 - 21) / 2
.word (53 - 53) / 2
.word (53 - 27) / 2 ; floppy140
.word (53 - 38) / 2 ; ramdisk
.word (53 - 53) / 2 ; profile
.word (53 - 21) / 2 ; floppy800
.word (53 - 53) / 2 ; profile
;;; ============================================================