This commit is contained in:
Ziver Koc 2007-04-23 14:22:44 +00:00
parent 4f2ed0cb0d
commit 9ece110b4a

View file

@ -16,7 +16,7 @@ import ei.engine.texture.Texture;
*
*/
public class ProgressBar extends Entity{
public class BitmapProgressBar extends Entity{
// Temp things for the loadingbar
private int value;
private int max;
@ -26,7 +26,7 @@ public class ProgressBar extends Entity{
private Sprite progress;
private Sprite background;
public ProgressBar(String name){
public BitmapProgressBar(String name){
super(name);
value = 0;
min = 0;