pixi.js/examples/example 4 - Balls/storm.css
Mat Groves b8d849032c alpha update
added new function Texture.fromCanvas
docs updated
photonstorm morph example added
photonstorm balls example added
examples renamed
2013-03-02 20:49:12 +00:00

34 lines
436 B
CSS
Executable file

body {
margin: 0;
padding: 0;
background-color: #000000;
}
#rnd {
position: absolute;
top: 16px;
left: 16px;
}
#photonstorm {
position: absolute;
bottom: 16px;
right: 16px;
}
#pixi {
position: absolute;
bottom: 16px;
left: 16px;
}
#sx {
position: absolute;
top: 16px;
right: 16px;
width: 200px;
height: 48px;
font-size: 12px;
font-family: Arial;
color: rgba(255,255,255,0.8);
}