Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Add offsets support for Album titles #3618

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

AbnormalPoof
Copy link
Contributor

@AbnormalPoof AbnormalPoof commented Oct 8, 2024

The new system for Albums is incredible, everything is softcoded now instead of being a single texture atlas, which is great!
One thing that bugs me though, is that occasionally, the Album title is a little "off-center," and there's no real way to reposition it without doing some weird wacky shit in Adobe Animate.

This simple PR adds an (optional!) albumTitleOffsets field to the Album data, which allows people to make adjustments to the position of their Album titles. Which should hopefully make creating albums slightly less painful.

Before:
screenshot-2024-10-07-20-42-05

After (Offsets set to -40, 0):
screenshot-2024-10-07-20-41-34

@github-actions github-actions bot added haxe Issue/PR modifies game code medium A medium pull request with 100 or fewer changes labels Oct 8, 2024
@EliteMasterEric EliteMasterEric added the status: pending triage The bug or PR has not been reviewed yet. label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
haxe Issue/PR modifies game code medium A medium pull request with 100 or fewer changes status: pending triage The bug or PR has not been reviewed yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants