Better visuals, add timer, add vibration on mobile, add light theme.
This commit is contained in:
parent
edf3d840c0
commit
37ca135c28
7 changed files with 243 additions and 88 deletions
12
package.json
12
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue