This commit is contained in:
@@ -32,8 +32,8 @@ public class Images {
|
||||
return textureID;
|
||||
}
|
||||
|
||||
public static void loadImages() {
|
||||
BACKGROUND = loadTexture("background.png");
|
||||
public static void reloadImages() {
|
||||
BACKGROUND = loadTexture(Options.BackgroundPath);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user