9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
function Ronin()
|
|
{
|
|
this.canvas = new Canvas();
|
|
this.overlay = new Overlay();
|
|
this.brush = new Brush();
|
|
this.file = new File();
|
|
this.hint = new Hint();
|
|
this.filter = new Filter();
|
|
} |