Skip to content

Commit

Permalink
fix antialiasing on dead pixel bf
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealJake12 committed Oct 15, 2024
1 parent 34fe4aa commit 1a4c8e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions assets/shared/data/characters/bf-pixel-dead.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"frameRate": 24,
"frameIndices": [],
"prefix": "BF Dies pixel",
"looped": false,
"name": "firstDeath"
"name": "firstDeath",
"looped": false
},
{
"offsets": [
Expand All @@ -19,8 +19,8 @@
"frameRate": 24,
"frameIndices": [],
"prefix": "Retry Loop",
"looped": false,
"name": "deathLoop"
"name": "deathLoop",
"looped": false
},
{
"offsets": [
Expand All @@ -30,15 +30,18 @@
"frameRate": 24,
"frameIndices": [],
"prefix": "RETRY CONFIRM",
"looped": false,
"name": "deathConfirm"
"name": "deathConfirm",
"looped": false
}
],
"barType": "rgb",
"hasTrail": false,
"isDancing": false,
"camPos": [
-225,
-175
],
"holdLength": 4,
"flipAnimations": false,
"flipX": false,
"healthicon": "bf-pixel",
Expand All @@ -52,7 +55,9 @@
],
"startingAnim": "idle",
"iconAnimated": false,
"deadChar": "bf-pixel-dead",
"antialiasing": false,
"deadChar": "",
"name": "bf-pixel-dead",
"replacesGF": false,
"scale": 6
}
2 changes: 1 addition & 1 deletion assets/shared/data/characters/bf-pixel.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"startingAnim": "idle",
"iconAnimated": false,
"antialiasing": false,
"deadChar": "",
"deadChar": "bf-pixel-dead",
"name": "bf-pixel",
"replacesGF": false,
"scale": 6
Expand Down

0 comments on commit 1a4c8e5

Please sign in to comment.