Very basic animations

This commit is contained in:
2023-11-12 18:03:55 +01:00
parent bf56b150cc
commit 526d292fb5
9 changed files with 95 additions and 6 deletions

View File

@@ -11,18 +11,42 @@
"tiles":[
{
"id":0,
"properties":[
{
"name":"animation",
"type":"string",
"value":"idle_0"
}],
"type":"worker"
},
{
"id":1,
"properties":[
{
"name":"animation",
"type":"string",
"value":"idle_1"
}],
"type":"worker"
},
{
"id":2,
"properties":[
{
"name":"animation",
"type":"string",
"value":"walk_0"
}],
"type":"worker"
},
{
"id":3,
"properties":[
{
"name":"animation",
"type":"string",
"value":"walk_1"
}],
"type":"worker"
},
{