cykod / Quintus

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

Overload drawButtons method #176

Open danielocdh opened 8 years ago

danielocdh commented 8 years ago

I know it might be a dumb question, this is the description but I don't understand how to "overload" it /* * Draw the touch buttons on the screen * overload this to change how buttons are drawn * @method drawButtons * @for Q.InputSystem / I also might need to overload touchControls, any ideas?