Replace SpriteStateChange construction action with AppearanceChange (#15914)
This commit is contained in:
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -8,11 +8,11 @@
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "chamber",
|
||||
"name": "unwired",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chamberc",
|
||||
"name": "completed",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chamberw",
|
||||
"name": "wired",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
|
||||
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Reference in New Issue
Block a user