Merge: gamnit: fix gamepad path, pixelated minification, text X align and low-opacity...
authorJean Privat <jean@pryen.org>
Mon, 1 May 2017 15:49:51 +0000 (11:49 -0400)
committerJean Privat <jean@pryen.org>
Mon, 1 May 2017 15:49:51 +0000 (11:49 -0400)
commit7d07799c1febf36a7589702ae2499a91baa7c0b8
tree508962303bffabb2c9e621fa45d435e2ff3f1d07
parent6766fb3ebd0d8e4da9a8094ed68ab86149ae7577
parent3ceb077a029a720ed4defc1bef95d8dff81d2818
Merge: gamnit: fix gamepad path, pixelated minification, text X align and low-opacity textures

A few fixes to gamnit:

* Fix path of virtual gamepad texture.
* Fix the look of `pixelated` textures when minified (zoomed out).
* Fix X align of `TextSprites` so the first letter starts from the given coordinate.
* Lower the threshold to discard transparent fragments.

Pull-Request: #2415