Skip to content

Instantly share code, notes, and snippets.

View vieko's full-sized avatar
Summoning Demons

Vieko Franetovic vieko

Summoning Demons
View GitHub Profile
@vieko
vieko / dabblet.css
Created January 3, 2012 22:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(90deg, #f06, yellow);
min-height:100%;
// set-up scrolling camera
FlxG.follow(_player,5);
FlxG.followAdjust(0.5,0.5);
FlxG.followBounds(0,0,640,480);