rename never draw bg option
This commit is contained in:
@@ -979,7 +979,7 @@ public class Options {
|
||||
}
|
||||
},
|
||||
|
||||
DANCE_REMOVE_BG ("Never draw background", "RemoveBG", "Hello darkness my old friend", Dancer.removebg) {
|
||||
DANCE_REMOVE_BG ("Use black background instead of image", "RemoveBG", "Hello darkness my old friend", Dancer.removebg) {
|
||||
@Override
|
||||
public void click(GameContainer container) {
|
||||
bool = !bool;
|
||||
|
||||
Reference in New Issue
Block a user