From da234c00d74a392553c0afe544a68992d0fe8e33 Mon Sep 17 00:00:00 2001 From: David Wingate Date: Mon, 9 Dec 2024 15:05:08 -0700 Subject: [PATCH] turned off asteroids --- experiences/asteroids/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiences/asteroids/config.json b/experiences/asteroids/config.json index c02d235..d0a64e1 100644 --- a/experiences/asteroids/config.json +++ b/experiences/asteroids/config.json @@ -6,5 +6,5 @@ "action_hints": ["Find a planet", "Take a tour", "Fly through the solar system"], "layout": "full", "lifetime": 180, - "queueable": true + "queueable": false }