feat(dice): enhance game UI and add sound effects #216

Merged
jleibl merged 4 commits from task/CAS-75/UpdateFrontendDice into main 2025-05-21 12:21:13 +00:00
Showing only changes of commit a1997537eb - Show all commits

View file

@ -288,10 +288,8 @@
> >
Würfeln Würfeln
</button> </button>
</form>
</div>
<div class="card p-4"> <div class="mt-6 pt-4 border-t border-gray-700">
<h4 class="text-lg font-semibold mb-2">Spielanleitung</h4> <h4 class="text-lg font-semibold mb-2">Spielanleitung</h4>
<ul class="text-sm text-text-secondary space-y-1"> <ul class="text-sm text-text-secondary space-y-1">
<li>• Setze deinen Einsatz und Zielwert</li> <li>• Setze deinen Einsatz und Zielwert</li>
@ -300,6 +298,8 @@
<li>• Höheres Risiko = höhere Belohnung</li> <li>• Höheres Risiko = höhere Belohnung</li>
</ul> </ul>
</div> </div>
</form>
</div>
</div> </div>
</div> </div>
</div> </div>