Update links

This commit is contained in:
Lonami Exo 2017-02-05 16:48:52 +01:00
parent e6fb6b78e4
commit ed8aabbed0
2 changed files with 6 additions and 2 deletions

View file

@ -59,7 +59,7 @@ public class MainMenuScreen extends InputListener implements Screen {
starButton.addListener(new ChangeListener() {
@Override
public void changed(ChangeEvent event, Actor actor) {
Gdx.net.openURI("https://github.com/LonamiWebs/Klooni1010");
Gdx.net.openURI("https://github.com/LonamiWebs/Klooni1010/stargazers");
}
});
table.add(starButton).space(16);