mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
some bugfixes
This commit is contained in:
parent
2d47618797
commit
d5fd9c6609
2 changed files with 4 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ define([
|
||||||
"Game/Core/NotificationCenter",
|
"Game/Core/NotificationCenter",
|
||||||
"Lib/Utilities/RequestAnimFrame",
|
"Lib/Utilities/RequestAnimFrame",
|
||||||
"Game/Config/Settings",
|
"Game/Config/Settings",
|
||||||
"Lib/Vendor/StatsÏ"
|
"Lib/Vendor/Stats"
|
||||||
],
|
],
|
||||||
|
|
||||||
function (Parent, Box2D, PhysicsEngine, ViewManager, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) {
|
function (Parent, Box2D, PhysicsEngine, ViewManager, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) {
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
||||||
define([
|
define([
|
||||||
"Game/Client/View/ViewController",
|
"Game/Client/View/Views/AbstractView",
|
||||||
"Game/Client/View/DomController",
|
"Game/Client/View/DomController",
|
||||||
"Lib/Vendor/Pixi",
|
"Lib/Vendor/Pixi",
|
||||||
"Game/Config/Settings",
|
"Game/Config/Settings"
|
||||||
"Game/Client/View/CameraController"
|
|
||||||
],
|
],
|
||||||
|
|
||||||
function (Parent, DomController, Pixi, Settings, CameraController) {
|
function (Parent, DomController, Pixi, Settings) {
|
||||||
|
|
||||||
function PixiView () {
|
function PixiView () {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue