Swap X/y in images (#528)

* Swap X/Y in image encoding

* Fix PNG decoder

* Now really fix png

* reducing deps

* moving png.cpp into ev3

* bumped pxt

* updated shims

* fixing c++ compilation

* updated shims

* Fix pixel order

* update pxt

* Fix C++ image decoding

* Add expanded PNG images

* Generate E1 format images (in libs/ev3 run 'pxt buildsprites images')

* Go back to white background

* Remove PNG support
This commit is contained in:
Michał Moskal
2018-04-19 12:08:16 -07:00
committed by Peli de Halleux
parent 95ab3be26e
commit 8ed79e7133
130 changed files with 363 additions and 945 deletions

View File

@ -7,7 +7,12 @@
"startup.ts",
"images.jres",
"images.ts",
"mood.ts"
"mood.ts",
"console.ts",
"shims.d.ts"
],
"testFiles": [
"test.ts"
],
"dependencies": {
"base": "file:../base",
@ -20,5 +25,9 @@
"gyro-sensor": "file:../gyro-sensor",
"infrared-sensor": "file:../infrared-sensor"
},
"palette": [
"#ffffff",
"#000000"
],
"public": true
}