Skip to content

Commit 916444a

Browse files
committed
update golden tests
1 parent 6927d55 commit 916444a

13 files changed

Lines changed: 503 additions & 41 deletions

File tree

tests/suitcase/workflows/diagonal-4dir/spritesheet.json

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "NE",
38+
"workflowId": "diagonal-4dir",
39+
"workflowLabel": "Diagonal Only 4-direction"
40+
}
3541
},
3642
{
3743
"fps": 10,
@@ -64,7 +70,13 @@
6470
"x": 96,
6571
"y": 32
6672
}
67-
]
73+
],
74+
"workflow": {
75+
"animationName": "none",
76+
"directionLabel": "SE",
77+
"workflowId": "diagonal-4dir",
78+
"workflowLabel": "Diagonal Only 4-direction"
79+
}
6880
},
6981
{
7082
"fps": 10,
@@ -97,7 +109,13 @@
97109
"x": 96,
98110
"y": 64
99111
}
100-
]
112+
],
113+
"workflow": {
114+
"animationName": "none",
115+
"directionLabel": "SW",
116+
"workflowId": "diagonal-4dir",
117+
"workflowLabel": "Diagonal Only 4-direction"
118+
}
101119
},
102120
{
103121
"fps": 10,
@@ -130,7 +148,38 @@
130148
"x": 96,
131149
"y": 96
132150
}
133-
]
151+
],
152+
"workflow": {
153+
"animationName": "none",
154+
"directionLabel": "NW",
155+
"workflowId": "diagonal-4dir",
156+
"workflowLabel": "Diagonal Only 4-direction"
157+
}
158+
}
159+
],
160+
"directionalAnimations": [
161+
{
162+
"directions": [
163+
{
164+
"animation": "none_NE",
165+
"label": "NE"
166+
},
167+
{
168+
"animation": "none_SE",
169+
"label": "SE"
170+
},
171+
{
172+
"animation": "none_SW",
173+
"label": "SW"
174+
},
175+
{
176+
"animation": "none_NW",
177+
"label": "NW"
178+
}
179+
],
180+
"name": "none",
181+
"workflowId": "diagonal-4dir",
182+
"workflowLabel": "Diagonal Only 4-direction"
134183
}
135184
],
136185
"meta": {

tests/suitcase/workflows/front-back-2dir/spritesheet.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "Front",
38+
"workflowId": "front-back-2dir",
39+
"workflowLabel": "Front & Back - RPG Style"
40+
}
3541
},
3642
{
3743
"fps": 10,
@@ -64,7 +70,30 @@
6470
"x": 96,
6571
"y": 32
6672
}
67-
]
73+
],
74+
"workflow": {
75+
"animationName": "none",
76+
"directionLabel": "Back",
77+
"workflowId": "front-back-2dir",
78+
"workflowLabel": "Front & Back - RPG Style"
79+
}
80+
}
81+
],
82+
"directionalAnimations": [
83+
{
84+
"directions": [
85+
{
86+
"animation": "none_Front",
87+
"label": "Front"
88+
},
89+
{
90+
"animation": "none_Back",
91+
"label": "Back"
92+
}
93+
],
94+
"name": "none",
95+
"workflowId": "front-back-2dir",
96+
"workflowLabel": "Front & Back - RPG Style"
6897
}
6998
],
7099
"meta": {

tests/suitcase/workflows/front-facing/spritesheet.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "Front",
38+
"workflowId": "front-facing",
39+
"workflowLabel": "Front-Facing - Doom Style"
40+
}
3541
}
3642
],
3743
"meta": {

tests/suitcase/workflows/isometric-1dir/spritesheet.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "SE",
38+
"workflowId": "isometric-1dir",
39+
"workflowLabel": "Isometric Single Direction"
40+
}
3541
}
3642
],
3743
"meta": {

tests/suitcase/workflows/isometric/spritesheet.json

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "SE",
38+
"workflowId": "isometric",
39+
"workflowLabel": "Isometric"
40+
}
3541
},
3642
{
3743
"fps": 10,
@@ -64,7 +70,13 @@
6470
"x": 96,
6571
"y": 32
6672
}
67-
]
73+
],
74+
"workflow": {
75+
"animationName": "none",
76+
"directionLabel": "NE",
77+
"workflowId": "isometric",
78+
"workflowLabel": "Isometric"
79+
}
6880
},
6981
{
7082
"fps": 10,
@@ -97,7 +109,13 @@
97109
"x": 96,
98110
"y": 64
99111
}
100-
]
112+
],
113+
"workflow": {
114+
"animationName": "none",
115+
"directionLabel": "NW",
116+
"workflowId": "isometric",
117+
"workflowLabel": "Isometric"
118+
}
101119
},
102120
{
103121
"fps": 10,
@@ -130,7 +148,38 @@
130148
"x": 96,
131149
"y": 96
132150
}
133-
]
151+
],
152+
"workflow": {
153+
"animationName": "none",
154+
"directionLabel": "SW",
155+
"workflowId": "isometric",
156+
"workflowLabel": "Isometric"
157+
}
158+
}
159+
],
160+
"directionalAnimations": [
161+
{
162+
"directions": [
163+
{
164+
"animation": "none_SE",
165+
"label": "SE"
166+
},
167+
{
168+
"animation": "none_NE",
169+
"label": "NE"
170+
},
171+
{
172+
"animation": "none_NW",
173+
"label": "NW"
174+
},
175+
{
176+
"animation": "none_SW",
177+
"label": "SW"
178+
}
179+
],
180+
"name": "none",
181+
"workflowId": "isometric",
182+
"workflowLabel": "Isometric"
134183
}
135184
],
136185
"meta": {

tests/suitcase/workflows/platformer-1dir/spritesheet.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "Right",
38+
"workflowId": "platformer-1dir",
39+
"workflowLabel": "Platformer Single Side"
40+
}
3541
}
3642
],
3743
"meta": {

tests/suitcase/workflows/platformer/spritesheet.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "Right",
38+
"workflowId": "platformer",
39+
"workflowLabel": "Platformer / Side View"
40+
}
3541
},
3642
{
3743
"fps": 10,
@@ -64,7 +70,30 @@
6470
"x": 96,
6571
"y": 32
6672
}
67-
]
73+
],
74+
"workflow": {
75+
"animationName": "none",
76+
"directionLabel": "Left",
77+
"workflowId": "platformer",
78+
"workflowLabel": "Platformer / Side View"
79+
}
80+
}
81+
],
82+
"directionalAnimations": [
83+
{
84+
"directions": [
85+
{
86+
"animation": "none_Right",
87+
"label": "Right"
88+
},
89+
{
90+
"animation": "none_Left",
91+
"label": "Left"
92+
}
93+
],
94+
"name": "none",
95+
"workflowId": "platformer",
96+
"workflowLabel": "Platformer / Side View"
6897
}
6998
],
7099
"meta": {

tests/suitcase/workflows/profile-1dir/spritesheet.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@
3131
"x": 96,
3232
"y": 0
3333
}
34-
]
34+
],
35+
"workflow": {
36+
"animationName": "none",
37+
"directionLabel": "Right",
38+
"workflowId": "profile-1dir",
39+
"workflowLabel": "Profile View Single"
40+
}
3541
}
3642
],
3743
"meta": {

0 commit comments

Comments
 (0)