From de8929e6bfc4a645f3554dee10111247bcdc5b4d Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Sat, 18 Oct 2025 11:03:43 -0700 Subject: [PATCH] Fix syntax in worm.app configuration --- .apps/worm.app | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.apps/worm.app b/.apps/worm.app index 770b374..5723c5a 100644 --- a/.apps/worm.app +++ b/.apps/worm.app @@ -1,7 +1,7 @@ { - "name": "Worm", - "file" "/apps/worm.lua", - "tags: { + name = "Worm", + file = "/apps/worm.lua", + tags = { "snake", "games", },