Version 2.14 of sugarcube and 1.4.2 of twine.
So I want to add symbols to my StoryMenu items (similar to the
#menu-core items, really), however, most of the ways I tried didn't work out, largely because the StoryMenu passage doesn't render anything that's not a link. I was planning to do it in the CSS by giving each menu item a ::before, the same way the menu-core items work.
I tried just using html character codes, but that didn't do much. Maybe it'll work if I use anchors instead and just write the passage in html? That's the next thing I'll try. Anyway, I'm certain there's some simple solution I'm overlooking, and some guidance would be appreciated.
Comments