From f024fa7ee0a6a9ed47d08ae9f029c9a0baab70de Mon Sep 17 00:00:00 2001 From: linckandrea Date: Mon, 6 Feb 2023 13:19:20 +0100 Subject: [PATCH] GraphicMods: add Pandora's Tower --- .../Load/GraphicMods/Pandora's Tower/SX3.txt | 0 .../GraphicMods/Pandora's Tower/metadata.json | 36 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Data/Sys/Load/GraphicMods/Pandora's Tower/SX3.txt create mode 100644 Data/Sys/Load/GraphicMods/Pandora's Tower/metadata.json diff --git a/Data/Sys/Load/GraphicMods/Pandora's Tower/SX3.txt b/Data/Sys/Load/GraphicMods/Pandora's Tower/SX3.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/Data/Sys/Load/GraphicMods/Pandora's Tower/metadata.json b/Data/Sys/Load/GraphicMods/Pandora's Tower/metadata.json new file mode 100644 index 0000000000..dcbdadd49a --- /dev/null +++ b/Data/Sys/Load/GraphicMods/Pandora's Tower/metadata.json @@ -0,0 +1,36 @@ +{ + "meta": + { + "title": "Bloom and DOF Texture Definitions", + "author": "linckandrea" + }, + "groups": + [ + { + "name": "Bloom", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n09_20x15_1" + }, + { + "type": "efb", + "texture_filename": "efb1_n21_20x15_1" + } + ] + }, + { + "name": "DOF", + "targets": [ + { + "type": "efb", + "texture_filename": "efb1_n10_320x240_4" + }, + { + "type": "efb", + "texture_filename": "efb1_n11_320x240_1" + } + ] + } + ] +}