Skip to content

Instantly share code, notes, and snippets.

@tomotomo
Last active September 10, 2017 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomotomo/64514cde1a378e765cfe593f424bb1e5 to your computer and use it in GitHub Desktop.
Save tomotomo/64514cde1a378e765cfe593f424bb1e5 to your computer and use it in GitHub Desktop.
Magikcraft Spells, by tomotomo.
const magik = magikcraft.io;
function fire() {
magik.infierno();
magik.setTimeout(function () {
magik.infierno();
}, 500);
magik.setTimeout(function () {
magik.infierno();
}, 500);
magik.setTimeout(function () {
magik.infierno();
}, 500);
}
const magik = magikcraft.io;
function fly() {
magik.volare();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment