Juego de deducción social para 3-20 jugadores. Modo un solo móvil completamente funcional. 1000 palabras en 10 categorías. Notas privadas, votación, adivinanza, revancha. Material 3 dark theme. Package: es.freetimelab.elimpostor
13 lines
438 B
XML
13 lines
438 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Modify this file to customize your launch splash screen -->
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="?android:colorBackground" />
|
|
|
|
<!-- You can insert your own image assets here -->
|
|
<!-- <item>
|
|
<bitmap
|
|
android:gravity="center"
|
|
android:src="@mipmap/launch_image" />
|
|
</item> -->
|
|
</layer-list>
|