Changed particle effects
Message renamed to GameOverMessage + improved look Added first implementation of GoalScreen Cleaned up and improved look of levelButton, worldButton and their screens
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
package de.frajul.endlessroll.views;
|
||||
|
||||
/**
|
||||
* Created by Julian on 04.11.2017.
|
||||
*/
|
||||
|
||||
public interface LevelButtonOnClickListener {
|
||||
|
||||
public void onClick(LevelButton levelButton);
|
||||
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
package de.frajul.endlessroll.views;
|
||||
|
||||
/**
|
||||
* Created by Julian on 04.11.2017.
|
||||
*/
|
||||
|
||||
public interface WorldButtonOnClickListener {
|
||||
|
||||
public void onClick(WorldButton worldButton);
|
||||
|
||||
}
|
Reference in New Issue
Block a user