Replace SpriteStateChange construction action with AppearanceChange (#15914)

This commit is contained in:
Leon Friedrich
2023-04-30 09:04:31 +12:00
committed by GitHub
parent fe3ebd0157
commit b45bc4ae4a
58 changed files with 293 additions and 287 deletions

View File

@@ -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
}
]

View File

@@ -8,11 +8,11 @@
},
"states": [
{
"name": "center",
"name": "unwired",
"directions": 4
},
{
"name": "centerc",
"name": "completed",
"directions": 4
},
{
@@ -36,7 +36,7 @@
"directions": 4
},
{
"name": "centerw",
"name": "wired",
"directions": 4
}
]

View File

@@ -8,11 +8,11 @@
},
"states": [
{
"name": "left",
"name": "unwired",
"directions": 4
},
{
"name": "leftc",
"name": "completed",
"directions": 4
},
{
@@ -36,7 +36,7 @@
"directions": 4
},
{
"name": "leftw",
"name": "wired",
"directions": 4
}
]

View File

@@ -8,11 +8,11 @@
},
"states": [
{
"name": "right",
"name": "unwired",
"directions": 4
},
{
"name": "rightc",
"name": "completed",
"directions": 4
},
{
@@ -36,7 +36,7 @@
"directions": 4
},
{
"name": "rightw",
"name": "wired",
"directions": 4
}
]

View File

@@ -8,15 +8,15 @@
},
"states": [
{
"name": "cap",
"name": "unwired",
"directions": 4
},
{
"name": "capc",
"name": "completed",
"directions": 4
},
{
"name": "capw",
"name": "wired",
"directions": 4
}
]

View File

@@ -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
}
]

View File

@@ -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
}
]