Auroriax / PuzzleScriptPlus

Puzzlescript Plus: Open Source HTML5 Puzzle Game Engine (with lots of extra functionality)
https://auroriax.github.io/PuzzleScript/
34 stars 4 forks source link

[feature] highlight line breaks in messages, align text #11

Closed minotalen closed 2 years ago

minotalen commented 2 years ago

For most of my PS games I've been meticulously aligning my messages with trial-and-error. It'd be super helpful to me if there was a prelude option message_align that could be set to center(standard), left and right, with the option to realtime_twiddle during runtime.

Having a visual indicator for where a line breaks in messages happen would be super neat QOL as well (maybe a blue vertical line |?).

Auroriax commented 2 years ago

(Note to self: adding newlines using \n was implemented in the Conveyor Confusion PS fork by Joseph Mansfield... see conversation on the Thinky Puzzlescript discord here: https://discord.com/channels/473538592896188446/603626559189942294/952545481781825558 )

I've also looked into adding message_align and it sound like a solid addition that I'll probably pick up once I have some time for it!

Auroriax commented 2 years ago

So sorry for the delay, but this is now coming up in the next version of PS+!