Skip to content

Instantly share code, notes, and snippets.

@Intasx
Intasx / typewriter.ms
Last active April 14, 2020 19:15
Makes a typing effect. Created for Miniscript ver. 1.5
// -- Typewriter class --
import "chars"
import "stringUtil"
typewriter = {}
typewriter.defaultSound = new Sound
typewriter.txtDisp = display(3)
typewriter.snd = new Sound
-- Escribe los nombres acá, incluyendo el tag #0000
playerOne = "nombre_del_jugador_1_aca#6666"
playerTwo = "Intas#0123"
mov = {
[0]: "left",
[1]: "up",
[2]: "right",
[3]: "down"
}