Add score player
This commit is contained in:
parent
89c691beca
commit
4ae8175fda
7 changed files with 267 additions and 246 deletions
|
@ -18,6 +18,7 @@ public abstract class GUI {
|
|||
this.y = y;
|
||||
this.width = 0;
|
||||
this.height = 0;
|
||||
this.action = new ActionGUI();
|
||||
}
|
||||
|
||||
public void setAction(IActionGUI action){
|
||||
|
|
Reference in a new issue