icons: Add new icons by horsesnoot on Discord
This commit is contained in:
parent
46e6ff5217
commit
4b57165588
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB |
BIN
applications/icons/dsk.png
Normal file
BIN
applications/icons/dsk.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB |
BIN
applications/icons/fxf.png
Normal file
BIN
applications/icons/fxf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB |
|
@ -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"
|
||||
|
|
BIN
applications/icons/msc.png
Normal file
BIN
applications/icons/msc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in New Issue
Block a user