mirror of https://github.com/espruino/BangleApps
trex: enabling move left and right
parent
d570261e47
commit
d49a22a990
|
@ -9,8 +9,8 @@ g.flip = function() {
|
|||
},0,(240-128)/2,{scale:2});
|
||||
};
|
||||
var W = g.getWidth();
|
||||
var BTNL = BTN4;
|
||||
var BTNR = BTN5;
|
||||
var BTNL = BTN2;
|
||||
var BTNR = BTN3;
|
||||
var BTNU = BTN1;
|
||||
|
||||
// Images can be added like this in Espruino v2.00
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit 3f2ff467f22b746da94160e59ff89b621601b261
|
||||
Subproject commit 0ba4c2bd5503264279222b04a41505471c6622ff
|
Loading…
Reference in New Issue