bubble notif when fullscreen is not supported + changed bubble colors

This commit is contained in:
yugecin
2017-01-18 11:59:30 +01:00
parent 57b29d7e91
commit 605dcec605
4 changed files with 10 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ public class EmptyRedState implements OpsuState {
@Override
public boolean keyPressed(int key, char c) {
displayContainer.eventBus.post(new BubbleNotificationEvent("this is a bubble notification... bubbly bubbly bubbly linewraaaaaaaaaap", BubbleNotificationEvent.COMMONCOLOR_RED));
displayContainer.eventBus.post(new BubbleNotificationEvent("this is a bubble notification... bubbly bubbly bubbly linewraaaaaaaaaap", BubbleNotificationEvent.COLOR_RED));
return false;
}