Change images to DIFs for faster drawing

This commit is contained in:
Pim van Pelt
2017-12-02 12:22:14 +01:00
parent ff84c5aa4b
commit 4e1a9f4c2a
6 changed files with 3 additions and 3 deletions

BIN
fs/flowers.dif Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

BIN
fs/mongoose-os.dif Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

View File

@ -37,7 +37,7 @@
"w": 128,
"h": 98,
"type": 1,
"img": "/mongoose-os.png"
"img": "/mongoose-os.dif"
},
{
"name": "flowers",
@ -46,7 +46,7 @@
"w": 106,
"h": 98,
"type": 1,
"img": "/flowers.png"
"img": "/flowers.dif"
}
]
}