Replace SpriteStateChange construction action with AppearanceChange (#15914)
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "box",
|
||||
"name": "unwired",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "boxc",
|
||||
"name": "completed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "boxw",
|
||||
"name": "wired",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user