cykod / Quintus

HTML5 Game Engine
http://html5quintus.com
GNU General Public License v2.0
1.41k stars 401 forks source link

TouchControls buttons cannot be centered #93

Closed viki53 closed 10 years ago

viki53 commented 10 years ago

There's a parameter in the Q.input.touchControls() method that should allow a left parameter. Unfortunately, it is not used in the drawButton() method below.

viki53 commented 10 years ago

Just submitted a simple bugfix (lib/quintus_input.js:610)