Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

[Harlowe] When I use the Align macro there's a delay between the aligned and unaligned text onscreen

Right now I've got a page that looks like this:
(align: "=><=")[GARDEN]

I stepped into the garden

When I run this, the GARDEN header appears on screen first, then about a half-second delay, then the body text appears. This delay is really messing with the flow of my game, is there a way to center align text without it causing a delay in other pieces of text appearing? Thanks.

Comments

  • Try this:
    (align: "=><=")[(transition: "dissolve")[GARDEN]]
    
    I stepped into the garden
    
  • klembot wrote: »
    Try this:
    (align: "=><=")[(transition: "dissolve")[GARDEN]]
    
    I stepped into the garden
    

    Same issue
  • That's strange. When I do this, it has both the heading and the main text fade in at the same time. I'm not sure what could be different between your setup and what I tested with.
Sign In or Register to comment.