Updated pack.json to new format

This commit is contained in:
Digital Artifex
2025-08-17 04:43:03 -04:00
parent b140643f8a
commit 4201a1eba6

View File

@@ -2,9 +2,9 @@
"author": "XorDev", "author": "XorDev",
"name": "Speak [470]", "name": "Speak [470]",
"version": "1.0.0", "version": "1.0.0",
"description": "A ladybug on a mushroom. It renders really slowly. Sorry for that, this is not meant to be rendered with raymarching really, but well, here we are. I'll get a pass later", "description": "",
"license": "CC BY-NC-SA 3.0", "license": "CC BY-NC-SA 3.0",
"engine": "shadertoys", "engine": "shadertoy",
"id": "4tByz3", "id": "4tByz3",
"tags": [ "tags": [
"reactive", "reactive",
@@ -17,16 +17,17 @@
"source": "./shaders/Image.frag.qsb", "source": "./shaders/Image.frag.qsb",
"speed": 1, "speed": 1,
"channel0": "bufferA":
{ {
"type": 2,
"source": "./shaders/Buffer A.frag.qsb", "source": "./shaders/Buffer A.frag.qsb",
"frameBufferChannel": 0, "frame_buffer_channel": 0,
"channel1": "channel1":
{ {
"type": 4, "type": 4,
"invert": true "invert": false
} }
} },
"channel0": "{bufferA}"
} }