Update links
This commit is contained in:
parent
e6fb6b78e4
commit
ed8aabbed0
2 changed files with 6 additions and 2 deletions
|
@ -10,9 +10,13 @@ Art
|
||||||
===
|
===
|
||||||
- [Lonami Exo](https://lonamiwebs.github.io/)
|
- [Lonami Exo](https://lonamiwebs.github.io/)
|
||||||
|
|
||||||
|
Fonts
|
||||||
|
=====
|
||||||
|
- [Manfred Klein](http://www.dafont.com/geo-sans-light.font)
|
||||||
|
|
||||||
Sounds
|
Sounds
|
||||||
======
|
======
|
||||||
- `game_over` by [BerduSmith](http://freesound.org/people/BerduSmith/sounds/335395/`)
|
- `game_over` by [BerduSmith](http://freesound.org/people/BerduSmith/sounds/335395/)
|
||||||
- `piece_drop` by [cabled_mess](http://freesound.org/people/cabled_mess/sounds/350906/)
|
- `piece_drop` by [cabled_mess](http://freesound.org/people/cabled_mess/sounds/350906/)
|
||||||
- `invalid_drop` by [fins](http://freesound.org/people/fins/sounds/146726/)
|
- `invalid_drop` by [fins](http://freesound.org/people/fins/sounds/146726/)
|
||||||
- `strip_clear` by [Kastenfrosch](http://freesound.org/people/Kastenfrosch/sounds/162461/)
|
- `strip_clear` by [Kastenfrosch](http://freesound.org/people/Kastenfrosch/sounds/162461/)
|
||||||
|
|
|
@ -59,7 +59,7 @@ public class MainMenuScreen extends InputListener implements Screen {
|
||||||
starButton.addListener(new ChangeListener() {
|
starButton.addListener(new ChangeListener() {
|
||||||
@Override
|
@Override
|
||||||
public void changed(ChangeEvent event, Actor actor) {
|
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);
|
table.add(starButton).space(16);
|
||||||
|
|
Loading…
Reference in a new issue