apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Polish: Add vibration on capture #52

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

Apparently you can add vibration by calling Gdx.input.vibrate().

We should take advantage of that for captures and possibly for game end conditions. Should also add an option in the menu to enable and disable vibration.