mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
some changes
This commit is contained in:
parent
764220675b
commit
86dcdf92df
5 changed files with 250 additions and 4 deletions
|
|
@ -2,11 +2,11 @@ define([
|
|||
"Game/Config/Settings",
|
||||
"Lib/Utilities/Exception",
|
||||
"Game/Client/View/Views/AbstractView",
|
||||
"Game/Client/View/Views/ThreeView",
|
||||
//"Game/Client/View/Views/ThreeView",
|
||||
"Game/Client/View/Views/PixiView",
|
||||
],
|
||||
|
||||
function (Settings, Exception, AbstractView, ThreeView, PixiView) {
|
||||
function (Settings, Exception, AbstractView, PixiView) {
|
||||
|
||||
var ViewManager = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue