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