Skip to content
Snippets Groups Projects
Commit 962779e3 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#31 Shooting range game victory dialog texts fix

parent c37288dc
Branches
Tags
No related merge requests found
game_shootingrange_rulemessage_understand=Rozumím
game_shootingrange_result_0=Vedle jak ta jedle. Tohle bude chtít hodně tréninku.
game_shootingrange_result_1=Ještě\u00A0že ty\u00A0náboje nemusíš platit! Ale neboj, žádný pistolník z\u00A0nebe nespadl.
game_shootingrange_result_2=Pěkná série zásahů, ale chce to ještě trochu víc se soustředit.
game_shootingrange_result_3=Na divokém západě by\u00A0se před tebou všem klepala kolena.
game_shootingrange_result_0=Vedle jak ta jedle.\nTohle bude chtít hodně tréninku.
game_shootingrange_result_1=Ještě\u00A0že ty\u00A0náboje nemusíš platit!\nAle neboj, žádný pistolník z\u00A0nebe nespadl.
game_shootingrange_result_2=Pěkná série zásahů,\nale chce to ještě trochu víc se soustředit.
game_shootingrange_result_3=Na divokém západě by\u00A0se před tebou\nvšem klepala kolena.
game_shootingrange_loadingtext_1=Pozorně sleduj kytku v\u00A0pravém horním rohu. Na\u00A0střelnici trefuj kytky stejného tvaru a\u00A0barvy.
game_shootingrange_loadingtext_2=Kliknutí na bednu s\u00A0hvězdičkou ti\u00A0strefování kytek ulehčí, kliknutí na\u00A0bednu s\u00A0lebkou naopak ztíží.
game_shootingrange_plus=+5
game_shootingrange_minus=-5
game_shootingrange_stats=Tvoje skóre: [BLACK]{0}[]
\ No newline at end of file
game_shootingrange_stats=Tvoje skóre: [BLACK]{0}[]
\ No newline at end of file
game_shootingrange_rulemessage_understand=Ich verstehe
game_shootingrange_result_0=Meilenweit daneben. Da ist noch viel Training nötig.
game_shootingrange_result_1=Zum Glück\u00A0musst du die\u00A0Munition nicht bezahlen! Aber keine Angst, es ist noch kein Revolverheld vom\u00A0Himmel gefallen.
game_shootingrange_result_2=Eine schöne Reihe an Treffern, aber ein bisschen mehr Konzentration ist noch nötig.
game_shootingrange_result_3=Im wilden Westen würden\u00A0allen vor Angst die Knie zittern.
game_shootingrange_result_0=Meilenweit daneben.\nDa ist noch viel Training nötig.
game_shootingrange_result_1=Zum Glück\u00A0musst du die\u00A0Munition nicht bezahlen!\nAber keine Angst, es ist noch kein Revolverheld\nvom\u00A0Himmel gefallen.
game_shootingrange_result_2=Eine schöne Reihe an Treffern,\naber ein bisschen mehr Konzentration ist noch nötig.
game_shootingrange_result_3=Im wilden Westen würden\u00A0allen\nvor Angst die Knie zittern.
game_shootingrange_loadingtext_1=Verfolge aufmerksam die Blume im\u00A0oberen rechten Eck. Versuch, auf dem\u00A0Schießstand Blumen von gleicher Form und\u00A0Farbe zu treffen.
game_shootingrange_loadingtext_2=Mit einem Klick auf die Kiste mit\u00A0Stern lassen sich die\u00A0Blumen leichter treffen, mit einem Klick auf\u00A0 die Kiste mit\u00A0Schädel schwieriger.
game_shootingrange_plus=+5
game_shootingrange_minus=-5
game_shootingrange_stats=Deine Punktzahl: [BLACK]{0}[]
game_shootingrange_stats=Deine Punktzahl: [BLACK]{0}[]
game_shootingrange_rulemessage_understand=Rozumiem
game_kidnapping_result_0=Vedľa ako tá jedľa. Toto bude chcieť trochu tréningu.
game_kidnapping_result_1=Ešte že tie náboje nemusíš platiť! Ale neboj, žiadny pištolník z neba nespadol.
game_kidnapping_result_2=Pekná séria zásahov, ale chce to ešte trochu viac sa sústrediť.
game_kidnapping_result_3=Na divokom západe by sa pred tebou všetkým klepali kolená.
game_shootingrange_result_0=Vedľa ako tá jedľa.\nToto bude chcieť trochu tréningu.
game_shootingrange_result_1=Ešte že tie náboje nemusíš platiť!\nAle neboj, žiadny pištolník z neba nespadol.
game_shootingrange_result_2=Pekná séria zásahov,\nale chce to ešte trochu viac sa sústrediť.
game_shootingrange_result_3=Na divokom západe by sa pred tebou\nvšetkým klepali kolená.
game_shootingrange_loadingtext_1=Pozorne sleduj kvet v pravom hornom rohu. Na strelnici triafaj kvety rovnakého tvaru a farby.
game_shootingrange_loadingtext_2=Kliknutie na bedňu s hviezdičkou ti triafanie kvetov uľahčí, kliknutie na bedňu s lebkou naopak sťaží.
game_shootingrange_plus=+5
game_shootingrange_minus=-5
game_shootingrange_stats=Tvoje skóre: [BLACK]{0}[]
game_shootingrange_stats=Tvoje skóre: [BLACK]{0}[]
......@@ -404,13 +404,13 @@ public abstract class AbstractTablexiaScreen<T> extends ScreenAdapter {
@Override
public final void dispose() {
performScreenDisposed();
stage.dispose();
atlasManager.dispose();
soundManager.dispose();
textManager.dispose();
dataManager.dispose();
disposeAllMusic();
disposeAditionalDispodsables();
stage.dispose();
}
private void disposeAditionalDispodsables() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment