This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //PIXELBOY BY @WTFMIG EAT A BUTT WORLD BAHAHAHAHA POOP MY PANTS | |
| // - edited by @Nothke to use screen height for #LOWREZJAM | |
| using UnityEngine; | |
| using System.Collections; | |
| [ExecuteInEditMode] | |
| [AddComponentMenu("Image Effects/PixelBoy")] | |
| public class PixelBoy : MonoBehaviour | |
| { | |
| public int h = 64; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ////////////////////////////////////////////////////////////// | |
| // blink(1) timer // | |
| // by: @toddanglin // | |
| ////////////////////////////////////////////////////////////// | |
| var http = require("http"); | |
| console.log("blink(1) Timer Started"); | |
| //PROTOTYPE Customizations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data:text/html;charset=utf-8, <title>Writability</title><body OnLoad='document.body.focus();' contenteditable style="font-size:21px;line-height:1.6;font-family:'Chaparral Pro',Georgia;max-width:21em;margin:0 auto;padding:3rem;background-color:rgb(233,233,225);color:rgb(68,68,68);" spellcheck="false"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Adam Theme / Dark Theme | |
| * Standard Layout for Spotify Client | |
| * Defines the basic styles for an app | |
| * @copyright 2011 by Spotify | |
| */ | |
| /** | |
| * Declarations for Adam Theme | |
| * |