Space Bear 2 (#14591)

This commit is contained in:
Alekshhh
2023-03-11 16:35:52 +02:00
committed by GitHub
parent 330bb7bb14
commit 7a87aaaf2e
11 changed files with 93 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -11,6 +11,36 @@
"name": "bear",
"directions": 4
},
{
"name": "glow",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "bear_dead"
}