-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from jrconway3/issue-141-added-heater-shield-…
…trim-paint Issue 141 added heater shield trim paint
- Loading branch information
Showing
197 changed files
with
2,496 additions
and
930 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
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,25 @@ | ||
LPC Revised Palettes | ||
============================================= | ||
|
||
These are palettes used in ElizaWy's LPC Revised. Eliza's Heater Shield asset was ported over to ULPC reusing the same palettes, so it has been preserved here. However, we can also use these sheets if in the future we desire to generate versions of assets for LPC Revised as well. | ||
|
||
|
||
#### 1. lpcr-body-palettes.json | ||
- Path: spritesheets/body/bodies | ||
- LPC Revised body palettes. This includes various natural looking skin tones. | ||
|
||
#### 2. lpcr-alt-palettes.json | ||
- Path: none | ||
- Alternate palettes, probably to be used for cloth assets. However, can also be used as variant skintones if you want to get very creative. | ||
|
||
#### 3. lpcr-metal-palettes.json | ||
- Path: spritesheets/shield/heater/trim | ||
- Metal palettes, only used in ULPC at this time for Heater Shield Trim. | ||
|
||
#### 4. lpcr-wood-palettes.json | ||
- Path: spritesheets/shield/heater/wood | ||
- Wood palette alt colors. Used for the base heater shield. | ||
|
||
#### 5. lpcr-all-palettes.json | ||
- Path: spritesheets/shield/heater/paint | ||
- Complete list of ALL LPC Revised palettes. This merges body/alt/wood palettes together into one set. Used currently for heater shield paint. |
Oops, something went wrong.