[jasper/project] Update project files
All checks were successful
Build / build (push) Successful in 3m44s

This commit is contained in:
Gary Talent 2025-01-12 23:00:53 -06:00
parent fd5a82689c
commit a986ab5734
4 changed files with 9 additions and 1 deletions

View File

@ -25,6 +25,10 @@ O1;net.drinkingtea.ox.TypeDescriptor;1;{
"fieldName" : "collision_map", "fieldName" : "collision_map",
"typeId" : "B.uint32;0" "typeId" : "B.uint32;0"
}, },
{
"fieldName" : "frames",
"typeId" : "B.uint8;0"
},
{ {
"fieldName" : "object_type", "fieldName" : "object_type",
"typeId" : "B.uint8;0" "typeId" : "B.uint8;0"

Binary file not shown.

Binary file not shown.

View File

@ -3,23 +3,27 @@ K1;bca7f617-53f2-4e34-a705-d5a10cdb7f67;O1;net.drinkingtea.jasper.world.WorldObj
"objects" : "objects" :
[ [
{ {
"frames" : 1,
"id" : 1, "id" : 1,
"interval_ms" : 500,
"name" : "Dirt", "name" : "Dirt",
"pal_bank" : 1, "pal_bank" : 1,
"subsheet_id" : 6 "subsheet_id" : 6
}, },
{ {
"frames" : 1,
"id" : 4, "id" : 4,
"name" : "Grass", "name" : "Grass",
"pal_bank" : 1, "pal_bank" : 1,
"subsheet_id" : 17 "subsheet_id" : 17
}, },
{ {
"frames" : 2,
"id" : 3, "id" : 3,
"interval_ms" : 1000, "interval_ms" : 1000,
"name" : "Water", "name" : "Water",
"pal_bank" : 1, "pal_bank" : 1,
"subsheet_id" : 20 "subsheet_id" : 14
} }
], ],
"palettes" : "palettes" :