icons: Add new icons by horsesnoot on Discord

main
Ry 2023-10-14 18:07:46 -07:00
parent 46e6ff5217
commit 4b57165588
7 changed files with 12 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -4,13 +4,16 @@ const ICON_SIZE: 4096
data.str "RES" data.8 0 data.8 3
; format: 3 character null-terminated ID, pointer to data, size
data.strz "cfg" data.32 cfg_icon data.32 ICON_SIZE
data.strz "dsk" data.32 dsk_icon data.32 ICON_SIZE
data.strz "fxf" data.32 fxf_icon data.32 ICON_SIZE
data.strz "abt" data.32 abt data.32 20
data.strz "dsk" data.32 dsk data.32 ICON_SIZE
data.strz "fxf" data.32 fxf data.32 ICON_SIZE
data.strz "msc" data.32 msc data.32 ICON_SIZE
cfg_icon:
#include "cfg_icon.inc"
dsk_icon:
#include "dsk_icon.inc"
fxf_icon:
#include "fxf_icon.inc"
abt:
data.strz "icons by horsesnoot"
dsk:
#include "dsk.inc"
fxf:
#include "fxf.inc"
msc:
#include "msc.inc"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB