[jasper/world] Remove palette based animation system

This commit is contained in:
2024-06-04 00:25:32 -05:00
parent 97c92cac87
commit 1fc681b23e
26 changed files with 110 additions and 203 deletions

BIN
project/.DS_Store vendored

Binary file not shown.

View File

@ -9,6 +9,10 @@ O1;net.drinkingtea.ox.TypeDescriptor;1;{
"fieldName" : "name",
"typeId" : "net.drinkingtea.ox.BasicString#8#;1"
},
{
"fieldName" : "intervalMs",
"typeId" : "B.uint16;0"
},
{
"fieldName" : "pal_bank",
"typeId" : "B.uint16;0"

View File

@ -18,7 +18,7 @@ O1;net.drinkingtea.ox.TypeDescriptor;1;{
"subscriptType" : 4
}
],
"typeId" : "net.drinkingtea.jasper.world.PaletteCycle;1"
"typeId" : "net.drinkingtea.ox.FileAddress;1"
},
{
"fieldName" : "objects",

View File

@ -14,7 +14,7 @@ O1;net.drinkingtea.ox.TypeDescriptor;1;{
"subscriptType" : 4
}
],
"typeId" : "net.drinkingtea.jasper.world.PaletteCycle;1"
"typeId" : "net.drinkingtea.ox.FileAddress;1"
},
{
"fieldName" : "columns",

Binary file not shown.

Binary file not shown.