ronin/scripts/ronin.js
2016-11-14 21:11:48 -08:00

10 lines
232 B
JavaScript

function Ronin()
{
this.element = null;
this.canvas = new Canvas();
this.overlay = new Overlay();
this.brush = new Brush();
this.file = new File();
this.hint = new Hint();
this.filter = new Filter();
}