From 52f3daab45ae67beebee888278a6f239dfc60b49 Mon Sep 17 00:00:00 2001 From: Nytra <14206961+Nytra@users.noreply.github.com> Date: Thu, 29 Aug 2024 22:16:57 +0100 Subject: [PATCH] Add ScrollableFieldEditors 1.0.0 (#128) --- .../owo.Nytra/ScrollableFieldEditors/info.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifest/owo.Nytra/ScrollableFieldEditors/info.json diff --git a/manifest/owo.Nytra/ScrollableFieldEditors/info.json b/manifest/owo.Nytra/ScrollableFieldEditors/info.json new file mode 100644 index 0000000..bdb3456 --- /dev/null +++ b/manifest/owo.Nytra/ScrollableFieldEditors/info.json @@ -0,0 +1,16 @@ +{ + "name": "ScrollableFieldEditors", + "id": "owo.Nytra.ScrollableFieldEditors", + "description": "Allows clicking into inspector fields and then scrolling to change the value.", + "category": "Inspectors", + "sourceLocation": "https://github.com/Nytra/ResoniteScrollableFieldEditors", + "versions": { + "1.0.0": { + "releaseUrl": "https://github.com/Nytra/ResoniteScrollableFieldEditors/releases/tag/v1.0.0", + "artifacts": [{ + "url": "https://github.com/Nytra/ResoniteScrollableFieldEditors/releases/download/v1.0.0/ScrollableFieldEditors.dll", + "sha256": "2a2c1ca9740f52f20210313553cd5c41043fa8e0826880a994cffaac47c7144d" + }] + } + } +}