diff options
Diffstat (limited to 'html/rogue/js/config.js')
-rw-r--r-- | html/rogue/js/config.js | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/html/rogue/js/config.js b/html/rogue/js/config.js deleted file mode 100644 index 77100e1..0000000 --- a/html/rogue/js/config.js +++ /dev/null @@ -1,32 +0,0 @@ -const CONFIG = { - player: { - width: 32, - height: 48, - speed: 5, - jumpForce: 12, - gravity: 0.5, - color: '#ff0000' - }, - world: { - groundHeight: 12, - wilderness: { - vegetation: { - grass: { - colors: ['#3a5', '#294'], - hatch: { - angle: Math.PI / 4, - variation: Math.PI / 6, - spacing: 4, - length: 8, - margin: 2 - } - } - } - } - }, - camera: { - width: window.innerWidth, - height: window.innerHeight, - followSpeed: 0.1 - } -}; \ No newline at end of file |