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

#58 New user item click sound

parent 19fd432f
Branches
Tags
No related merge requests found
......@@ -78,6 +78,7 @@ public class UserMenu extends AbstractMenu {
userMenuNewSelectBoxItemGroup.addListener(new ClickListener() {
@Override
public void clicked(InputEvent event, float x, float y) {
ApplicationSoundManager.getInstance().getSound(ApplicationSoundManager.MAINMENU_BUTTON).play();
userMenuNewSelectBoxItemGroup.performAction();
}
});
......
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