Devine Lu Linvega 5ca4979c38 Added grid
2017-09-26 14:09:26 +13:00

6 lines
94 B
JavaScript

function Frame()
{
Module.call(this,"frame");
this.settings = {width:200,height:200};
}