From e5aa5214ed4dbd1de6acf0bdce2a6993972d47a6 Mon Sep 17 00:00:00 2001 From: SilentHeII <29898818+SilentHeII@users.noreply.github.com> Date: Mon, 11 Jul 2022 22:46:07 -0500 Subject: [PATCH] Add bloom definitions for Sonic Colors Adds definitions to add or remove bloom to Sonic Colors. --- .../Sys/Load/GraphicMods/Sonic Colors/SNC.txt | 0 .../GraphicMods/Sonic Colors/metadata.json | 51 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 Data/Sys/Load/GraphicMods/Sonic Colors/SNC.txt create mode 100644 Data/Sys/Load/GraphicMods/Sonic Colors/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Sonic Colors/SNC.txt b/Data/Sys/Load/GraphicMods/Sonic Colors/SNC.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Sonic Colors/metadata.json b/Data/Sys/Load/GraphicMods/Sonic Colors/metadata.json new file mode 100644 index 0000000000..9be5ac94ea --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Sonic Colors/metadata.json @@ -0,0 +1,51 @@ +{ + "meta": + { + "title": "Bloom Texture Definitions", + "author": "Silent Hell" + }, + "groups": + [ + { + "name": "Bloom", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n000007_160x120_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000008_160x120_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000009_80x60_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000010_80x60_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000011_40x30_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000012_40x30_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000013_20x15_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000014_20x15_6" + }, + { + "type": "efb", + "texture_filename": "efb1_n000015_160x120_6" + } + ] + } + ] +} \ No newline at end of file