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" + } + ] + } + ] +}