Skip to content

Instantly share code, notes, and snippets.

@nerdshark
nerdshark / scalablegs-css-tiled-bg.css
Created January 24, 2012 05:59 — forked from kedano/scalablegs-css-tiled-bg.css
Blueprint style tiled background with only CSS (scalable.gs)
html{
background: repeat center;
background-color: #50555f;
/*WEBKIT*/
background-image:
/*VERTICAL LINES*/
-webkit-gradient(linear, left top, left bottom,
color-stop(0, rgba(255,255,255,.4)), color-stop(0.01, rgba(80,85,95,0)), color-stop(0.2, rgba(80,85,95,0)),
color-stop(0.2, rgba(255,255,255,.1)), color-stop(0.21, rgba(80,85,95,0)), color-stop(0.4, rgba(80,85,95,0)),
color-stop(0.4, rgba(255,255,255,.1)), color-stop(0.41, rgba(80,85,95,0)), color-stop(0.6, rgba(80,85,95,0)),
#!/usr/bin/ruby
require 'rubygems'
require 'pretty-fsm'
require File.join("/", "home", "dorkfish", ".gem", "ruby", "1.9.1", "gems", "chingu-0.7.6.1", "lib", "chingu")
include Gosu
include Chingu
class GameWindow < Chingu::Window
def initialize
dorkfish Tue Jun 15 01:42 PM -> ruby door.rb
Openned door
9
8
7
6
5
4
3
2