mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added optimizer scripts and some code style improvements
This commit is contained in:
parent
6b472dc134
commit
5f5fec5b10
16 changed files with 397 additions and 36 deletions
|
|
@ -1,4 +1,7 @@
|
|||
define(function () {
|
||||
define([
|
||||
],
|
||||
|
||||
function () {
|
||||
|
||||
function PlayerController (player) {
|
||||
|
||||
|
|
|
|||
|
|
@ -96,4 +96,4 @@ define([
|
|||
}
|
||||
|
||||
return Level;
|
||||
})
|
||||
});
|
||||
|
|
@ -213,4 +213,4 @@ define([
|
|||
}
|
||||
|
||||
return TiledLevel;
|
||||
})
|
||||
});
|
||||
|
|
@ -1,4 +1,7 @@
|
|||
define(function () {
|
||||
define([
|
||||
],
|
||||
|
||||
function () {
|
||||
|
||||
function User (id, options) {
|
||||
this.id = id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue