Replace SpriteStateChange construction action with AppearanceChange (#15914)
This commit is contained in:
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "box"
|
||||
"name": "unwired"
|
||||
},
|
||||
{
|
||||
"name": "boxc",
|
||||
"name": "completed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
@@ -41,7 +41,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "boxw",
|
||||
"name": "wired",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
|
||||
|
Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user