From af4109c17f9d2fd185f041953d5f2494f2445332 Mon Sep 17 00:00:00 2001 From: wafturecity Date: Tue, 6 Jan 2026 13:51:24 +0100 Subject: [PATCH] Updated skins.json Added skin order and descriptions --- .gitea/workflows/skins.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/skins.json b/.gitea/workflows/skins.json index cb28d7b..4e9f448 100644 --- a/.gitea/workflows/skins.json +++ b/.gitea/workflows/skins.json @@ -1,10 +1,20 @@ { "order": [ - "example1", - "example2" + "- ⩽ Seele ⩾ 【GB】", + "- ⩽ Seele ⩾ 【selyu】", + "- #[YMD] Laplus Darkness (Ayayk)", + "- 『Chip 1.1』 -", + "- # + Sweet Rain v1.2 『Cylentic』 + #", + "anny v1 [ML]", + "#WhatTheDOGdoin#" ], "descriptions": { - "example1": "Description of example1", - "example2": "Description of example2" + "- ⩽ Seele ⩾ 【GB】": "this is what i use most of the time :3", + "- ⩽ Seele ⩾ 【selyu】": "sometimes i might switch to this one :3", + "- #[YMD] Laplus Darkness (Ayayk)": "on rare occasions i might use this one", + "- 『Chip 1.1』 -": "i like the hitsounds on this one", + "- # + Sweet Rain v1.2 『Cylentic』 + #": "got me a pp score once so i sometimes switch to this one", + "anny v1 [ML]": "feels alright so sometimes use it", + "#WhatTheDOGdoin#": "what the dog doin" } }