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 #10817 from Techjar/sms-goop-mod
Data: Add Super Mario Sunshine goop map graphics mod
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
68 changes: 68 additions & 0 deletions
68
Data/Sys/Load/GraphicMods/Super Mario Sunshine/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,68 @@ | ||
| { | ||
| "meta": | ||
| { | ||
| "title": "Native Resolution Goop", | ||
| "author": "Techjar", | ||
| "description": "Scales goop maps to draw at their native resolution, regardless of internal resolution. Results in goop having more rounded off edges rather than looking very blocky at higher resolutions." | ||
| }, | ||
| "groups": | ||
| [ | ||
| { | ||
| "name": "Goop", | ||
| "targets": [ | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_32x32_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_64x32_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_32x64_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_64x64_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_128x64_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_64x128_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_128x128_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_256x128_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_128x256_1" | ||
| }, | ||
| { | ||
| "type": "efb", | ||
| "texture_filename": "efb1_n000000_256x256_1" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "features": | ||
| [ | ||
| { | ||
| "group": "Goop", | ||
| "action": "scale", | ||
| "action_data": { | ||
| "X": 1.0, | ||
| "Y": 1.0, | ||
| "Z": 1.0 | ||
| } | ||
| } | ||
| ] | ||
| } |