From b086051de685bce95d7d9186eac3c655676ea179 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Fri, 30 Jun 2023 22:02:54 +0200 Subject: [PATCH] Add Bloom Definitions for Skylanders: Spyro's Adventure --- .../Skylanders Spyro's Adventure/SSP.txt | 0 .../metadata.json | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/SSP.txt create mode 100644 Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/SSP.txt b/Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/SSP.txt new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/metadata.json b/Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/metadata.json new file mode 100644 index 000000000000..4f954e708caf --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Skylanders Spyro's Adventure/metadata.json @@ -0,0 +1,19 @@ +{ + "meta": + { + "title": "Bloom Texture Definitions", + "author": "SuperSamus" + }, + "groups": + [ + { + "name": "Bloom", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n000008_80x57_6" + } + ] + } + ] +}