From d9a89f33704a1f36dfb461fd93ab78306af1d38e Mon Sep 17 00:00:00 2001 From: Codinget Date: Mon, 6 Apr 2020 21:56:46 +0200 Subject: [PATCH] removed Versus entry in level list --- assets/levelList.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/levelList.json b/assets/levelList.json index 96cebb8..429c610 100644 --- a/assets/levelList.json +++ b/assets/levelList.json @@ -29,15 +29,13 @@ "levels": [ "Arcade", "Timed", - "Survival", - "Versus" + "Survival" ], "nextLevel": false, "levelDesc": [ "The old classic, try to get as high as a score as you can", "Get a score as high as you can in 30 seconds", - "Survive for as long as you can in an increasingly difficult game", - "Fight against an opponent online" + "Survive for as long as you can in an increasingly difficult game" ] } }