[jasper/project] Flesh out side view of player

This commit is contained in:
Gary Talent 2025-05-30 23:39:29 -05:00
parent b6f1bdbbcd
commit e5eafba951
3 changed files with 389 additions and 1517 deletions

View File

@ -2,18 +2,51 @@ K1;56759edb-78b4-4108-b932-3cc5759b3921;O1;net.drinkingtea.nostalgia.gfx.Palette
"colorNames" : "colorNames" :
[ [
"Transparent", "Transparent",
"White" "Shoe",
"Black",
"Skin",
"Hair",
"Red",
"Trousers",
"Backpack"
], ],
"pages" : "pages" :
[ [
{ {
"colors" : "colors" :
[ [
{}, {
"b" : 5,
"g" : 5,
"r" : 5
},
{ {
"b" : 31, "b" : 31,
"g" : 31, "g" : 31,
"r" : 31 "r" : 31
},
{},
{
"b" : 20,
"g" : 20,
"r" : 23
},
{
"b" : 8,
"g" : 8,
"r" : 10
},
{
"g" : 6,
"r" : 24
},
{
"b" : 10,
"g" : 5
},
{
"b" : 20,
"g" : 15
} }
], ],
"name" : "Day" "name" : "Day"
@ -21,14 +54,41 @@ K1;56759edb-78b4-4108-b932-3cc5759b3921;O1;net.drinkingtea.nostalgia.gfx.Palette
{ {
"colors" : "colors" :
[ [
{}, {
"b" : 5,
"g" : 5,
"r" : 5
},
{ {
"b" : 31, "b" : 31,
"g" : 31, "g" : 31,
"r" : 31 "r" : 31
},
{},
{
"b" : 20,
"g" : 20,
"r" : 23
},
{
"b" : 8,
"g" : 8,
"r" : 10
},
{
"g" : 6,
"r" : 24
},
{
"b" : 10,
"g" : 5
},
{
"b" : 20,
"g" : 15
} }
], ],
"name" : "Night" "name" : "Night"
} }
] ]
} }

Binary file not shown.

File diff suppressed because it is too large Load Diff