This commit is contained in:
parent
4f2ed0cb0d
commit
9ece110b4a
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import ei.engine.texture.Texture;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class ProgressBar extends Entity{
|
public class BitmapProgressBar extends Entity{
|
||||||
// Temp things for the loadingbar
|
// Temp things for the loadingbar
|
||||||
private int value;
|
private int value;
|
||||||
private int max;
|
private int max;
|
||||||
|
|
@ -26,7 +26,7 @@ public class ProgressBar extends Entity{
|
||||||
private Sprite progress;
|
private Sprite progress;
|
||||||
private Sprite background;
|
private Sprite background;
|
||||||
|
|
||||||
public ProgressBar(String name){
|
public BitmapProgressBar(String name){
|
||||||
super(name);
|
super(name);
|
||||||
value = 0;
|
value = 0;
|
||||||
min = 0;
|
min = 0;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue