ronin/scripts/ronin.js
2016-11-16 10:34:37 -08:00

11 lines
272 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();
this.stroke = new Stroke();
this.vector = new Vector();
}