Added a main menu and fixed som things. added explotions to and fixed the economy
This commit is contained in:
parent
5bb373573d
commit
88771fad29
56 changed files with 1859 additions and 1999 deletions
|
|
@ -60,7 +60,6 @@ public class InGameHud {
|
|||
money.setText(""+player.getKredits());
|
||||
money.setLocation(new Vector2f(LWJGLGameWindow.getWidth()-money.getBound().width,5));
|
||||
|
||||
player.addKredits(100);
|
||||
buildBar.setValue(player.getCC().getBuildProgress());
|
||||
|
||||
buildHud.update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue