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,8 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.adrianvictor.impostor" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.adrianvictor.impostor" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Impostor</name>
<description>
A game of word guessing where an impostor is trying to get along.
A game of guessing where everyone but the impostor knows the word.
</description>
<author email="adrianvictor@disroot.org" href="https://adrianvic.github.io">
Adrian Victor
@ -17,11 +17,6 @@
<icon src="res/icon/android/hdpi.png" density="hdpi" />
<icon src="res/icon/android/mdpi.png" density="mdpi" />
<icon src="res/icon/android/ldpi.png" density="ldpi" />
<splash src="res/screen/android/splash-port-ldpi.png" density="port-ldpi" />
<splash src="res/screen/android/splash-port-mdpi.png" density="port-mdpi" />
<splash src="res/screen/android/splash-port-hdpi.png" density="port-hdpi" />
<splash src="res/screen/android/splash-port-xhdpi.png" density="port-xhdpi" />
<splash src="res/screen/android/splash-port-xxhdpi.png" density="port-xxhdpi" />
<splash src="res/screen/android/splash-land-ldpi.png" density="land-ldpi" />
<preference name="SplashScreen" value="none"/>
</platform>
</widget>