From 645c988da93b92dcddda87a314f64cd1b5ae1cd7 Mon Sep 17 00:00:00 2001 From: elioat Date: Tue, 24 Dec 2024 15:58:33 -0500 Subject: * --- html/rogue/js/world.js | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'html/rogue/js/world.js') diff --git a/html/rogue/js/world.js b/html/rogue/js/world.js index ec6b5e8..0e8cbd7 100644 --- a/html/rogue/js/world.js +++ b/html/rogue/js/world.js @@ -265,30 +265,30 @@ const createWorld = () => { } ], platforms: [ - { - type: WORLD_OBJECTS.PLATFORM, - x: 300, - y: 300, - width: 200, - height: 20, - color: '#484' - }, - { - type: WORLD_OBJECTS.PLATFORM, - x: 600, - y: 200, - width: 200, - height: 20, - color: '#484' - }, - { - type: WORLD_OBJECTS.PLATFORM, - x: -200, - y: 250, - width: 200, - height: 20, - color: '#484' - } + // { + // type: WORLD_OBJECTS.PLATFORM, + // x: 300, + // y: 300, + // width: 200, + // height: 20, + // color: '#484' + // }, + // { + // type: WORLD_OBJECTS.PLATFORM, + // x: 600, + // y: 200, + // width: 200, + // height: 20, + // color: '#484' + // }, + // { + // type: WORLD_OBJECTS.PLATFORM, + // x: -200, + // y: 250, + // width: 200, + // height: 20, + // color: '#484' + // } ], foregroundTrees: [ // Far left trees -- cgit 1.4.1-2-gfad0 ss='txt' type='search' size='10' name='q' value=''/>
path: root/README.md
blob: 0d2d1b80865b917d2fa0707a2e38b3eaf6c10d41 (plain) (tree)
1
2
3
4
5
6
7
8
9