
added new function Texture.fromCanvas docs updated photonstorm morph example added photonstorm balls example added examples renamed
17 lines
207 B
CSS
Executable file
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;
|
|
}
|