In converting my game from Harlowe to Sugarcube, I'm having difficulty centering specific lines of text.
Harlowe had this markup which made things easy, but I can't find a clear/simple enough answer for Sugarcube. I tried creating this custom style in the stylesheet:
.center {
text-align: center;
}
But applying it like other styles seems ineffective:
@@.center;center this text@@
So how can I center align text?