mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
GraphicMods: add Pandora's Tower
This commit is contained in:
parent
c175b67407
commit
f024fa7ee0
2 changed files with 36 additions and 0 deletions
0
Data/Sys/Load/GraphicMods/Pandora's Tower/SX3.txt
Normal file
0
Data/Sys/Load/GraphicMods/Pandora's Tower/SX3.txt
Normal file
36
Data/Sys/Load/GraphicMods/Pandora's Tower/metadata.json
Normal file
36
Data/Sys/Load/GraphicMods/Pandora's Tower/metadata.json
Normal file
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue