Feature/json
# Conflicts: # control/GameStateManager.java # image/Images.java # main/Window.java # model/gameState/MenuState.java
This commit is contained in:
@@ -122,7 +122,10 @@ public class MenuButton {
|
||||
public void setSelected(boolean selected) {
|
||||
this.selected = selected;
|
||||
}
|
||||
|
||||
|
||||
public boolean isSelected(){
|
||||
return selected;
|
||||
}
|
||||
public void setX(int x){
|
||||
this.x = x;
|
||||
calculateButton();
|
||||
|
||||
Reference in New Issue
Block a user