You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed a lot of Lea's expressions where missing and some where cutoff, it's not perfect but it stops everything from getting cutoff now in addition to adding in all of Lea's expressions.
Other tweaks:
Fixed the subX offset on lea's tired part, for some reason it's shoved way further than it should be leading to hair not lining up on EXHAUSTED.
Fixed the designer have 299 on a part that's supposed to have 200, discovered via adaptive canvas including them
Fixed the subX offset on lea's tired part, for some reason it's shoved way further than it should be leading to hair not lining up on EXHAUSTED.
Fixed the designer have 299 on a part that's supposed to have 200, discovered via adaptive canvas including them
If some expression isn't rendered correctly, it is a problem with the renderer, not the asset files. After all, the game does it just fine without modification.
Fixed the subX offset on lea's tired part, for some reason it's shoved way further than it should be leading to hair not lining up on EXHAUSTED.
Fixed the designer have 299 on a part that's supposed to have 200, discovered via adaptive canvas including them
If some expression isn't rendered correctly, it is a problem with the renderer, not the asset files. After all, the game does it just fine without modification.
mhm, Lea.json's tried is odd it was working in the main branch but not on this one and that was before any renderer changes. We're just going to assume JavaScript is cursed and move on on that one.
As for designer.json it looks like the position it's rendered in game hides that broken reads past where it's supposed to.
The few of us aren't exactly sure how the game makes sure to render things that go off the edge correctly.
Judging from the asset files, the devs push things they want to actually render over to the left and used the screen edge on the right and on the bottom to cut things off
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noticed a lot of Lea's expressions where missing and some where cutoff, it's not perfect but it stops everything from getting cutoff now in addition to adding in all of Lea's expressions.
Other tweaks:
(revert readme.md before pulling)