castle sprites working

main
Jonas Wächter 2023-03-26 17:12:12 +02:00
parent 8b6267e9cb
commit 29950fb0f8
2 changed files with 30 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[ [
{ {
"name": "1-1", "name": "1-1",
"theme": "tutorial", "theme": "castle",
"abilities": [ "abilities": [
"dash" "dash"
], ],

View File

@ -117,5 +117,34 @@
"height": 16 "height": 16
} }
] ]
},
{
"id": "castle_block_full",
"subsheets": [
{
"id": "1",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "2",
"delays": [
1
],
"width": 12,
"height": 12
},
{
"id": "3",
"delays": [
1
],
"width": 12,
"height": 12
}
]
} }
] ]