Skip to content
Snippets Groups Projects
Commit 522dcc4d authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

#489 Added CZ result sounds.

parent 4bfc83f1
Branches
Tags
No related merge requests found
Showing
with 8 additions and 8 deletions
File deleted
File deleted
File deleted
File deleted
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
......@@ -12,10 +12,10 @@ public enum RunesGameAssets implements AssetDescription {
BAR_FG("time-bar-fg"),
BAR_BG("time-bar-bg"),
BAR_BG_WHITE("time-bar-bg-white"),
RESULT_0("result0"),
RESULT_1("result1"),
RESULT_2("result2"),
RESULT_3("result3"),
RESULT_0("result_0"),
RESULT_1("result_1"),
RESULT_2("result_2"),
RESULT_3("result_3"),
SCORE_TEXT("game_runes_score_text");
public static final RunesGameAssets[] TEXTURES = {BACKGROUND, SIDEBAR_BACKGROUND, GLASS, BAR_BG, BAR_FG};
......
......@@ -26,10 +26,10 @@ public class RunesGameProperties {
// TODO: 7.9.16 change path and filenames
public static final String MFX_PATH = "common/sfx/";
public static final String[] RESULT_SOUNDS = new String[]{ MFX_PATH + "result0.mp3",
MFX_PATH + "result1.mp3",
MFX_PATH + "result2.mp3",
MFX_PATH + "result3.mp3"};
public static final String[] RESULT_SOUNDS = new String[]{ MFX_PATH + "result_0.mp3",
MFX_PATH + "result_1.mp3",
MFX_PATH + "result_2.mp3",
MFX_PATH + "result_3.mp3"};
public static final String[] RESULT_TEXT = new String[]{ "game_runes_result_0",
"game_runes_result_1",
......
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