rename never draw bg option
This commit is contained in:
parent
6644ed96f5
commit
07cf71fe8e
|
@ -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
|
@Override
|
||||||
public void click(GameContainer container) {
|
public void click(GameContainer container) {
|
||||||
bool = !bool;
|
bool = !bool;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user