Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #10816 from iwubcode/super_mario_galaxy_bloom_def
Data: add Super Mario Galaxy bloom definition graphics mod
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
23 changes: 23 additions & 0 deletions
23
Data/Sys/Load/GraphicMods/Super Mario Galaxy/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } |