This commit is contained in:
Ziver Koc 2007-04-04 14:45:44 +00:00
parent f7c37665e1
commit 1ffdb1015f
4 changed files with 29 additions and 4 deletions

View file

@ -102,7 +102,6 @@ public class LoadingState extends GameState{
public void render() {
// Calculate the procentage
float procent = (float)status/100;//(loadTextures.size()+loadSounds.size());
System.out.println("lol: "+procent);
loadBar.setLocation(new Vector3f(
(LWJGLGameWindow.getWidth()/2)-loadBar.getWidth()+(loadBar.getWidth()*procent),
(LWJGLGameWindow.getHeight()/2)+6,0.0f));