Added a hud for the money
This commit is contained in:
parent
287e6b3e50
commit
d1a2aa8b4e
13 changed files with 34 additions and 12 deletions
|
|
@ -9,6 +9,7 @@ public class HumanPlayer extends Player{
|
|||
public HumanPlayer(){
|
||||
super();
|
||||
cc = new CommandCenter(10,10,this);
|
||||
addUnit(cc);
|
||||
}
|
||||
|
||||
public Building getCC() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue