Added a hud for the money

This commit is contained in:
Ziver Koc 2007-04-23 19:33:27 +00:00
parent 287e6b3e50
commit d1a2aa8b4e
13 changed files with 34 additions and 12 deletions

View file

@ -9,6 +9,7 @@ public class HumanPlayer extends Player{
public HumanPlayer(){
super();
cc = new CommandCenter(10,10,this);
addUnit(cc);
}
public Building getCC() {