Skip to content

Conversation

@BaranMuzu
Copy link

this pull request makes that alphabet hx using maximum heights of the current line instead of all letters in the font

and fixing the title state intro text collising the newgrounds logo

image

@BaranMuzu BaranMuzu changed the title Updated Alphabet.hx to be using line's height instead of all of words height + fixing intro text collising into the newgrounds Alphabet fixes Jan 20, 2026
@TechnikTil TechnikTil added PR: Haxe This pull request is changing haxe related files. Priority: Medium This issue/pull request is a medium priority. Status: Pending... This issue/pull request is awaiting a status. Size: Medium The amount of changes inside this pull request is between small and big. labels Jan 20, 2026
Copy link
Member

@TechnikTil TechnikTil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Baran, this is great for your first PR! There are some small nitpicks/issues though.

for (line in realLines)
{
// Skip it if the line is fully empty
if (line.length == 0 && realLines.indexOf(line) == realLines.length - 1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if (line.length == 0 && realLines.indexOf(line) == realLines.length - 1)
if (line.length == 0)

I don't see why we would check if this is in the last array... If this is intentional, say it in the comment.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after realLines is created for me there was a extra array that had nothing at all if i didn't mess up it suppose to clear that extra array

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair...
what exactly would happen if this check didnt exist?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't check but it might move the text up slightly

not sure of course- i still don't understand how haxe works

BaranMuzu and others added 5 commits January 21, 2026 00:24
Co-authored-by: TechnikTil <techniktil@tilnotdrip.org>
Co-authored-by: TechnikTil <techniktil@tilnotdrip.org>
Co-authored-by: TechnikTil <techniktil@tilnotdrip.org>
Co-authored-by: TechnikTil <techniktil@tilnotdrip.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: Haxe This pull request is changing haxe related files. Priority: Medium This issue/pull request is a medium priority. Size: Medium The amount of changes inside this pull request is between small and big. Status: Pending... This issue/pull request is awaiting a status.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants