Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pixelsea [2024/11/17 23:12] GlitchyZoruapixelsea [2025/05/07 18:53] (current) GlitchyZorua
Line 1: Line 1:
 ====== Pixel Sea ====== ====== Pixel Sea ======
  
-Todofinish this+**Pixel Sea** (styled as PixelSea) or the **MeloCo printer (MeloCo Pixel 2000 Printer - ModelMK1994C)** is a Icon/Button Repository. It can be found in the MelonKing projects buttons, or on the [[Site Map]] tile, J11. 
  
-**Pixel Sea** (styled as PixelSea) or the **MeloCo printer (MeloCo Pixel 2000 Printer - ModelMK1994C)** is a Icon/Button RepositoryIt can be found in the MelonKing projects buttons, or on the [[Site Map]] tile, J11.+It was created on September 15, Friday 2023, 09:59:29 am @749.64[(https://forum.melonland.net/index.php?topic=2046.0)]
  
 {{ :pixelsea.png?nolink&400|}} It can be visited [[https://pixelsea.neocities.org/|here]]. {{ :pixelsea.png?nolink&400|}} It can be visited [[https://pixelsea.neocities.org/|here]].
Line 11: Line 11:
  
  
-Song Used in the site[[https://modarchive.org/index.php/index.php?request=view_by_moduleid&query=133772|Dancing Glove Puppet by core-nick/tatanka]]+Song used in the site is //Dancing Glove Puppet by core-nick/tatanka//, You can download it [[https://modarchive.org/index.php/index.php?request=view_by_moduleid&query=133772|here]]
  
 Forum: https://forum.melonland.net/index.php?topic=2046.0 Forum: https://forum.melonland.net/index.php?topic=2046.0
Line 70: Line 70:
  
 Will take you to the "welcome" page. Will take you to the "welcome" page.
-<code>goHome()</code>+<code>goHome();</code>
  
 Will poke the printer. (invoking the printer malfunction event) Will poke the printer. (invoking the printer malfunction event)
-<code>bonkButton()</code>+<code>bonkButton();</code>
  
 Prints the About page Prints the About page
-<code>printAbout()</code>+<code>printAbout();</code>
  
 Prints the "Send Icons" page Prints the "Send Icons" page
-<code>sendIcons()</code>+<code>sendIcons();</code>
  
 Tells weather it should print out badges or icons. Tells weather it should print out badges or icons.
-<code>SetMode()</code>+<code>SetMode();</code>
  
 Prints Badges Prints Badges
-<code>SetMode('badge')</code>+<code>SetMode('badge');</code>
 <WRAP center round info 60%> <WRAP center round info 60%>
 If you type neither badge or icons, it would switch the mode back to "icons" If you type neither badge or icons, it would switch the mode back to "icons"
Line 91: Line 91:
  
 Prints Icons Prints Icons
-<code>SetMode('icons')</code>+<code>SetMode('icons');</code>
  
 Prints the entire World List. Prints the entire World List.
-<code>printWordList()</code>+<code>printWordList();</code>
  
 EVERYTHING IS OKAY NOW! EVERYTHING IS OKAY NOW!
  
-<code>okButton()</code>+<code>okButton();</code>
  
 ===== Controversies ===== ===== Controversies =====