mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixes initial level positioning
This commit is contained in:
parent
aaa1db4468
commit
cad112419d
14 changed files with 91 additions and 61 deletions
|
|
@ -10,11 +10,11 @@ function (Parent, PIXI, Nc, Settings) {
|
|||
"use strict";
|
||||
|
||||
function Messages() {
|
||||
Parent.call(this, "messages", -1);
|
||||
Parent.call(this, "messages", {parallaxSpeed:-1});
|
||||
|
||||
this.ncTokens = [
|
||||
this.ncTokens = this.ncTokens.concat([
|
||||
Nc.on(Nc.ns.client.view.gameStats.kill, this.onKill, this)
|
||||
];
|
||||
]);
|
||||
|
||||
this.mainTextOptions = {
|
||||
font: "normal 22px 'Joystix'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue