I make a regular zine in Decker and I wrote a piece about this jam and all the entrants if you are curious to see https://zine.kawaiiuguu.moe/issue12.html
I make a regular zine in Decker and I wrote a piece about this jam and all the entrants if you are curious to see https://zine.kawaiiuguu.moe/issue12.html
i really enjoyed reading your thoughts on this jam and drinking the mysterious fluid. and in general the zine looks SO COOL like r u kidding me the intro looks straight out of rpg maker!Im dying to know how you made the typewriter effect, everytime im suprised how much you can do in this program...im excited to see what you make next:)
Thank you so much for reading!
Typewriter effect is just some fancy code - essentially I take advantage of the fact that you can read a string in like a list, so I go through one character at a time and then append each character onto the text box with each loop. Although when I was originally conceiving it I did ponder whether I wanted to fake the effect with a transition instead (like wiping between two cards one with the text on it) so that could work also maybe.
TBH the thing about Decker is you can kinda do anything! I've found it really liberating.
I made a module that can be used in your own decks that does the typewriter effect: https://micpp.itch.io/typetext-decker-module