Skip to content

Instantly share code, notes, and snippets.

/sd

Created September 6, 2015 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/2817765005d839057ddf to your computer and use it in GitHub Desktop.
Save anonymous/2817765005d839057ddf to your computer and use it in GitHub Desktop.
if (variables.loading_phase == 0 || variables.loading_phase == 1) { make_darkness(); }
else if (variables.loading_phase == 2) { load(0); }
else if (variables.loading_phase == 3) { make_lightness(); }
else if (variables.loading_phase == 4) { load(variables.level); }
else if (variables.loading_phase == 5) { make_darkness(); }
else make_lightness();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment