Added option to not pixelate the screen
This commit is contained in:
@@ -46,7 +46,7 @@ public class Player extends DestructibleEntity{
|
||||
|
||||
@Override
|
||||
public void draw(){
|
||||
if(Vars.snapCamera && Settings.getBool("smoothcam")){
|
||||
if(Vars.snapCamera && Settings.getBool("smoothcam") && Settings.getBool("pixelate")){
|
||||
Draw.rect("player", (int)x, (int)y, direction.angle()-90);
|
||||
}else{
|
||||
Draw.rect("player", x, y, direction.angle()-90);
|
||||
|
||||
Reference in New Issue
Block a user