mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
merged from master (use strict)
This commit is contained in:
commit
1f8f0ef6e1
76 changed files with 157 additions and 60 deletions
|
|
@ -4,6 +4,8 @@ define([
|
|||
|
||||
function (PIXI) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var Parent = PIXI.AbstractFilter;
|
||||
|
||||
function ColorRangeReplaceFilter() {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ define([
|
|||
],
|
||||
|
||||
function (PIXI, Nc, Settings, ColorConverter) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function GameStats(container) {
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ define([
|
|||
|
||||
function (Parent, PIXI, ColorRangeReplaceFilter, Settings) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var AVAILABLE_MESH_FILTERS = {
|
||||
"blur": PIXI.BlurFilter,
|
||||
"desaturate": PIXI.GrayFilter,
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ define([
|
|||
],
|
||||
|
||||
function (Parent, PIXI, Nc, Settings) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function Ghost() {
|
||||
Parent.call(this, "ghost", 0);
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ define([
|
|||
|
||||
function (Parent, DomController, PIXI, Settings, Nc, Exception, GameStats, LayerManager, Ghost, Swiper) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function PixiView () {
|
||||
|
||||
Parent.call(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue