Today’s Sass with Moshe was implementing some beautiful swanky buttons. In Javascript, I decided to take a break from unmitigated JS/Canvas to try my hand at writing a Twine macro. After doing a bunch of reading and examining existing code (from the Porpentine’s resource list), I made this slightly silly attempt at a macro that poorly imitates a built-in Twine markup feature: making an external link.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Obviously not useful on its own, but enough to convince me I’ve started to get the hang of the thing.