mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added player arrow to me fixes #76
This commit is contained in:
parent
8f2cf11e38
commit
a58beb58d1
5 changed files with 92 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ define(function() {
|
|||
CAMERA_IS_ORTHOGRAPHIC: true,
|
||||
CAMERA_GLIDE: 12, // % of the way per frame
|
||||
VIEW_CONTROLLER: 0 ? 'Three' : 'Pixi',
|
||||
ARROW_GLIDE: 30, // % of the way per frame
|
||||
|
||||
// GAME PLAY
|
||||
WALK_SPEED: 4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue