about summary refs log tree commit diff stats
path: root/html/rogue/js/world.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/rogue/js/world.js')
-rw-r--r--html/rogue/js/world.js48
1 files changed, 24 insertions, 24 deletions
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