azerion / phaser-input

Adds input boxes to Phaser like CanvasInput, but also works for WebGL and Mobile, made for Phaser only.
MIT License
201 stars 64 forks source link

Do not use default values if there is a value specified #69

Closed NickH-nz closed 6 years ago

NickH-nz commented 6 years ago

This fixes an issue where defaults were being used if the specified value evaluated to false.

Fixes https://github.com/orange-games/phaser-input/issues/68