From fa676574f664cf0db610c90946c9d10b8db4f87a Mon Sep 17 00:00:00 2001 From: Ethan BROUILLET <ethan.brouillet@ensiie.eu> Date: Tue, 25 Mar 2025 17:57:08 +0100 Subject: [PATCH] Upload New File --- LivelyProperties.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 LivelyProperties.json diff --git a/LivelyProperties.json b/LivelyProperties.json new file mode 100644 index 0000000..002571d --- /dev/null +++ b/LivelyProperties.json @@ -0,0 +1,20 @@ +{ + "matrixColor": { + "text": "Font Color", + "type": "color", + "value": "#00FF46" + }, + "rainbowSpeed": { + "max": 100, + "min": 0, + "tick": 25, + "text": "Rainbow Speed", + "type": "slider", + "value": 50 + }, + "rainBow": { + "type": "checkbox", + "value": false, + "text": "Rainbow" + } +} \ No newline at end of file -- GitLab