mirror of
https://github.com/FullScreenShenanigans/LevelEditr.git
synced 2026-04-28 13:01:51 -07:00
0abc90d555d07321c5fd6ea8dfaa10785ade69e2
Update package TypeScript to 1.6
LevelEditr 
A level editor designed to work natively on top of an existing GameStartr sub-class.
Build Process
LevelEditr uses Grunt to automate building, which requires Node.js. The process is straightforward; see Grunt's help page for more info.
To build from scratch, install NodeJS, and run the following commands:
npm install
grunt
Basic Architecture
Important APIs
To be filled out...
Important Member Variables
To be filled out...
Constructor Arguments
To be filled out...
Sample Usage
To be filled out...
Description
Languages
TypeScript
99.9%