mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
checked paths for inheritance in client
This commit is contained in:
parent
d8933dc9d3
commit
907ef49a53
8 changed files with 33 additions and 12 deletions
|
|
@ -1,4 +1,9 @@
|
|||
define(['Lib/Vendor/Three', 'Game/Config/Settings'], function (Three, Settings) {
|
||||
define([
|
||||
'Lib/Vendor/Three',
|
||||
'Game/Config/Settings'
|
||||
],
|
||||
|
||||
function (Three, Settings) {
|
||||
|
||||
function CameraController () {
|
||||
this.zoom = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue