pixi.js/examples/example 5 - Morph/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

17 lines
207 B
CSS
Executable file

body {
margin: 0;
padding: 0;
background-color: #000000;
}
#photonstorm {
position: absolute;
bottom: 16px;
right: 16px;
}
#pixi {
position: absolute;
bottom: 16px;
left: 16px;
}