mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #10816 from iwubcode/super_mario_galaxy_bloom_def
Data: add Super Mario Galaxy bloom definition graphics mod
This commit is contained in:
commit
7cc89f5642
2 changed files with 23 additions and 0 deletions
0
Data/Sys/Load/GraphicMods/Super Mario Galaxy/RMG.txt
Normal file
0
Data/Sys/Load/GraphicMods/Super Mario Galaxy/RMG.txt
Normal file
23
Data/Sys/Load/GraphicMods/Super Mario Galaxy/metadata.json
Normal file
23
Data/Sys/Load/GraphicMods/Super Mario Galaxy/metadata.json
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"meta":
|
||||||
|
{
|
||||||
|
"title": "Bloom Texture Definitions",
|
||||||
|
"author": "iwubcode"
|
||||||
|
},
|
||||||
|
"groups":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Bloom",
|
||||||
|
"targets": [
|
||||||
|
{
|
||||||
|
"type": "efb",
|
||||||
|
"texture_filename": "efb1_n000010_80x57_4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "efb",
|
||||||
|
"texture_filename": "efb1_n000011_160x114_4"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue