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:54] – GlitchyZorua | momg [2024/10/28 23:56] (current) – [Trivia] GlitchyZorua | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== MoMG Gif Gallery ====== | ====== MoMG Gif Gallery ====== | ||
- | **MoMG Gif Gallery** or just **MoMG** is a Gif Gallery that can be found in the Projects NavBar, and Site Map Tile J6. It has 99,969 GIFs as of writing this article. Each room has it's own unique randomly generated name (except for the first room), and tend to have 5 to 25 gifs, randomly picked. To go to the next room, locate the door ({{: | + | **MoMG Gif Gallery** or just **MoMG** is a Gif Gallery that can be found in the Projects NavBar, and Site Map Tile J6. It has 99,969 GIFs as of writing this article. Each room has it's own unique randomly generated name (except for "The First Room"), and tend to have 5 to 25 gifs, randomly picked, surrounded in a picture frame. To go to the next room, locate the door ({{: |
On the top left, There is a speaker button that will disable the Music. | On the top left, There is a speaker button that will disable the Music. | ||
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</ | ||
+ | |||