mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
layer bugfixing
This commit is contained in:
parent
d29c64385d
commit
1d3ad16a07
9 changed files with 56 additions and 9 deletions
|
|
@ -31,7 +31,6 @@ function (Parent, Settings, Nc, Exception, ColorConverter) {
|
|||
|
||||
var converter = new ColorConverter();
|
||||
this.primaryColor = converter.getColorByName(player.getNickname());
|
||||
console.log(this.primaryColor.toString(16))
|
||||
|
||||
Parent.call(this, physicsEngine, uid, player);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue