0.0.5 • Published 11 days ago

brainiac-engine v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
11 days ago

be

Brainiac Engine

Development instructions

CONFIG

Config can be set two ways

a - config file If you do BEServer.startApp without the third parameter, the configuration, in node (multiplayer), the system will look for a file at <project_root>/config/config.json b - config object If you provide the third parameter to BEServer.startApp the configuration will be read from there. This can be done in node (multiplayer) or the browser (singleplayer)

Config parameters

buildType : "dev"|"deploy"|"test", playProceduralSoundInClient : true | false, userAlwaysAtCenterOfCamera : true | false, true: camera follows user, false, camera is independent localApp: true: false true (default) means server and client on the browser, false means server in node and client in the browser

0.0.3

11 days ago

0.0.5

11 days ago

0.0.4

11 days ago

0.0.2

13 days ago

0.0.1

4 years ago