small changes in shadows and presentation

This commit is contained in:
tamat
2018-10-25 18:36:55 +02:00
parent d2cab57f6e
commit 1f28edac53
6 changed files with 499 additions and 387 deletions

View File

@@ -161,6 +161,9 @@ GamepadInput.prototype.getGamepad = function()
GamepadInput.prototype.onDrawBackground = function(ctx)
{
if(this.flags.collapsed)
return;
//render gamepad state?
var la = this._left_axis;
var ra = this._right_axis;