No description
Find a file
Tyler Renelle b832f40315 reverting back to commonjs format, using browserify to compile
index-browser.js which will load into window.habitrpgShared. Not the
best method, we'll move to requirejs (r.js?) later
2013-03-12 17:41:32 -04:00
img add a bunch of possible shared items for now, will clean up later 2013-03-11 14:50:00 -04:00
.gitignore reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
algos.js reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
favicon.ico add a bunch of possible shared items for now, will clean up later 2013-03-11 14:50:00 -04:00
helpers.js reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
index-browser.js reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
index.js reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
items.js reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
Makefile reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
package.json reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00
README.md reverting back to commonjs format, using browserify to compile 2013-03-12 17:41:32 -04:00

Shared resources useful for multiple HabitRPG repositories. Assets (sprites, imgs, etc), CSS, algorithms, and more.

Because we can't load CommonJS format into the browser, you'll need to run make after making your changes. Any RequireJS experts out there wanna help us fix this?