[nostalgia/sample_project] Update type descriptors

This commit is contained in:
Gary Talent 2022-05-29 01:21:21 -05:00
parent ee851d7013
commit 313e60c3d8
5 changed files with 31 additions and 6 deletions

View File

@ -0,0 +1,11 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"fieldList" :
[
{
"fieldName" : "colors",
"typeName" : "B:uint16_t"
}
],
"primitiveType" : 5,
"typeName" : "net.drinkingtea.nostalgia.core.Palette"
}

View File

@ -1,6 +1,18 @@
O1;net.drinkingtea.ox.DescriptorType;1;{ O1;net.drinkingtea.ox.DescriptorType;2;{
"fieldList" : "fieldList" :
[ [
{
"fieldName" : "bpp",
"typeName" : "B:int8_t"
},
{
"fieldName" : "defaultPalette",
"typeName" : "net.drinkingtea.ox.FileAddress"
},
{
"fieldName" : "subsheet",
"typeName" : "net.drinkingtea.nostalgia.core.TileSheet.SubSheet"
},
{ {
"fieldName" : "bpp", "fieldName" : "bpp",
"typeName" : "B:int8_t" "typeName" : "B:int8_t"

View File

@ -1,4 +1,4 @@
O1;net.drinkingtea.ox.DescriptorType;1;{ O1;net.drinkingtea.ox.DescriptorType;2;{
"fieldList" : "fieldList" :
[ [
{ {

View File

@ -1,4 +1,4 @@
O1;net.drinkingtea.ox.DescriptorType;1;{ O1;net.drinkingtea.ox.DescriptorType;2;{
"fieldList" : "fieldList" :
[ [
{ {
@ -6,7 +6,8 @@ O1;net.drinkingtea.ox.DescriptorType;1;{
"typeName" : "B:int8_t" "typeName" : "B:int8_t"
}, },
{ {
"fieldName" : "data" "fieldName" : "data",
"typeName" : "net.drinkingtea.ox.FileAddress.Data"
} }
], ],
"primitiveType" : 5, "primitiveType" : 5,

View File

@ -1,8 +1,9 @@
O1;net.drinkingtea.ox.DescriptorType;1;{ O1;net.drinkingtea.ox.DescriptorType;2;{
"fieldList" : "fieldList" :
[ [
{ {
"fieldName" : "path" "fieldName" : "path",
"typeName" : "B:string"
}, },
{ {
"fieldName" : "constPath", "fieldName" : "constPath",