diff --git a/android/assets/ui/stopwatch.png b/android/assets/ui/stopwatch.png new file mode 100644 index 0000000..9c995d1 Binary files /dev/null and b/android/assets/ui/stopwatch.png differ diff --git a/core/src/io/github/lonamiwebs/klooni/Klooni.java b/core/src/io/github/lonamiwebs/klooni/Klooni.java index 033d970..684c2d6 100644 --- a/core/src/io/github/lonamiwebs/klooni/Klooni.java +++ b/core/src/io/github/lonamiwebs/klooni/Klooni.java @@ -38,7 +38,7 @@ public class Klooni extends Game { skin.add("play_texture", new Texture(Gdx.files.internal("ui/play.png"))); skin.add("star_texture", new Texture(Gdx.files.internal("ui/star.png"))); - skin.add("stats_texture", new Texture(Gdx.files.internal("ui/stats.png"))); + skin.add("stopwatch_texture", new Texture(Gdx.files.internal("ui/stopwatch.png"))); skin.add("palette_texture", new Texture(Gdx.files.internal("ui/palette.png"))); skin.add("home_texture", new Texture(Gdx.files.internal("ui/home.png"))); skin.add("replay_texture", new Texture(Gdx.files.internal("ui/replay.png"))); diff --git a/core/src/io/github/lonamiwebs/klooni/screens/MainMenuScreen.java b/core/src/io/github/lonamiwebs/klooni/screens/MainMenuScreen.java index b5c9da4..f20e81d 100644 --- a/core/src/io/github/lonamiwebs/klooni/screens/MainMenuScreen.java +++ b/core/src/io/github/lonamiwebs/klooni/screens/MainMenuScreen.java @@ -64,9 +64,8 @@ public class MainMenuScreen extends InputListener implements Screen { }); table.add(starButton).space(16); - // Stats button (high scores) - final SoftButton statsButton = new SoftButton(2, "stats_texture"); - // TODO For testing purposes, open the time mode + // Time mode + final SoftButton statsButton = new SoftButton(2, "stopwatch_texture"); statsButton.addListener(new ChangeListener() { @Override public void changed(ChangeEvent event, Actor actor) { diff --git a/original-resources/buttons.svg b/original-resources/buttons.svg index 2cc004f..442b7b7 100644 --- a/original-resources/buttons.svg +++ b/original-resources/buttons.svg @@ -102,9 +102,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="0.50000001" - inkscape:cx="-17.246387" - inkscape:cy="131.62006" + inkscape:zoom="0.088388348" + inkscape:cx="2284.8907" + inkscape:cy="830.69172" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -113,7 +113,7 @@ inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - showguides="false" + showguides="true" inkscape:guide-bbox="true" units="px"> + + + + + +