I assume we are testing addons against max size for JS-files.
Kravitz came up with some sort of addons2 in beta-test-pack#4 (bp4.zip) if I remember correct.
Second: I see again some distortions in the black-fields.
Solved it for me by moving the black-square to start at x=80 (see attached "chessBoard.png")
and changed this code in chess.xml
Quote:
<texture href="skins/chessBoard.png">
<cutout id="white" x="0" y="0" width="75" height="75"/>
<cutout id="black" x="80" y="0" width="75" height="75"/>
</texture>
|
No problems with the pieces so far.
Third: I would recommend to use a "square" grid-marker (like the selection sprite) with 300/505 instead of the "pointing hand"-cursor. As there is to much ghosting left while moving the cursor around.
Fourth: To minimize moving the grid-cursor digit-keys 1-8 should move the selection to the appropreate row/column.
Last but not least: Many Thanks Ben, for another great game!!
PS: will try to check on Timer if I can find some free time
PPS: After changing any code in readers IM I strongly suggest to restart the device prior restarting the Addon,