Better visuals, add timer, add vibration on mobile, add light theme.

This commit is contained in:
天クマ 2026-04-30 17:25:14 -03:00
commit 37ca135c28
7 changed files with 243 additions and 88 deletions

View file

@ -1,7 +1,7 @@
{
"name": "org.adrianvictor.impostor",
"displayName": "Impostor",
"version": "1.0.0",
"version": "1.1.0",
"description": "A game of word guessing where an impostor is trying to get along.",
"main": "index.js",
"scripts": {
@ -15,9 +15,15 @@
"cordova": {
"platforms": [
"android"
]
],
"plugins": {
"cordova-plugin-vibration": {},
"cordova-android-stayawake": {}
}
},
"devDependencies": {
"cordova-android": "^15.0.0"
"cordova-android": "^15.0.0",
"cordova-android-stayawake": "github:rootzoll/cordova-android-stayawake",
"cordova-plugin-vibration": "^3.1.1"
}
}