fixie wixie some pixels

This commit is contained in:
Bulby 2021-05-07 12:05:03 -04:00
parent fdac54fd06
commit 50924e589a
5 changed files with 4 additions and 2 deletions

View File

@ -66,7 +66,7 @@ function init(char) {
char.followCamX = -100;
char.followCamY = -100;
}
char.isPixel = true;
}
var portraitOffset = [0, 0];

View File

@ -32,6 +32,7 @@ function init(char) {
char.setGraphicSize(Std.int(char.width * 6));
char.updateHitbox();
char.antialiasing = false;
char.isPixel = true;
}
var portraitOffset = [0, 0];
var dadVar = 4.0;

View File

@ -32,6 +32,7 @@ function init(char) {
char.setGraphicSize(Std.int(char.width * 6));
char.updateHitbox();
char.antialiasing = false;
char.isPixel = true;
}
var portraitOffset = [0, 0];
var dadVar = 4.0;

View File

@ -30,6 +30,7 @@ function init(char) {
char.setGraphicSize(Std.int(char.width * 6));
char.updateHitbox();
char.antialiasing = false;
char.isPixel = true;
}
var portraitOffset = [0, 0];
var dadVar = 4.0;

View File

@ -632,7 +632,6 @@ class Character extends FlxSprite
charJson = CoolUtil.parseJson(Assets.getText('assets/images/custom_chars/custom_chars.jsonc'));
interp = Character.getAnimInterp(curCharacter);
callInterp("init", [this]);
isPixel = interp.variables.get("isPixel");
dance();
if (isPlayer)