Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
momg [2024/10/15 20:56] – GlitchyZorua | momg [2024/10/28 23:56] (current) – [Trivia] GlitchyZorua | ||
---|---|---|---|
Line 14: | Line 14: | ||
MoMg gallery has its own Mastodon account, which you can visit [[https:// | MoMg gallery has its own Mastodon account, which you can visit [[https:// | ||
- | {{ : | ||
<note important> | <note important> | ||
Line 23: | Line 22: | ||
If there is anything inappropriate, | If there is anything inappropriate, | ||
</ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ====== Trivia ====== | ||
+ | - The First Room is always the same 8 gifs! | ||
+ | |||
+ | ====== Breaking the code ====== | ||
+ | |||
+ | Forcefully go to the next room | ||
+ | < | ||
+ | room();</ | ||
+ | |||
+ | You can also do this as well | ||
+ | < | ||
+ | newRoom();</ | ||
+ | |||
+ | |||
+ | Puts the graphic in a frame | ||
+ | {{ :: | ||
+ | |||
+ | < | ||
+ | <link rel=" | ||
+ | </ | ||
+ | |||
+ | Random name generator | ||
+ | < | ||
+ | <script src=" | ||
+ | </ | ||
+ | |||
+ | Audio Toggle | ||
+ | < | ||
+ | audioToggle(); | ||
+ | </ | ||
+ | |||
+ | |||
+ | Sets the number of paintings in a room | ||
+ | < | ||
+ | g.settings.minRoomSize // 5 | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | g.settings.maxRoomSize // 25 | ||
+ | </ | ||
+ | |||
+ | Optimizations for the back button. | ||
+ | < | ||
+ | updateHistory()</ | ||
+ | |||
+ | Tells if song should be on or off. | ||
+ | < | ||
+ | g.global.playMusic // true | ||
+ | </ | ||
+ | |||
+ | Outputs the total amount of gifs in the gallery | ||
+ | < | ||
+ | g.settings.frameSize</ | ||
+ | |||