Skip to content

Commit e169786

Browse files
committed
Update snapshots
1 parent 2a4a4af commit e169786

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

__tests__/post-build/__snapshots__/exampleShortHeaders.json.spec.js.snap

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ Object {
153153
"previewImageUrls": Array [
154154
"https://resources.gdevelop-app.com/examples/starting-platformer/preview.png",
155155
],
156-
"shortDescription": "A 2D platformer game in which the player can jump on platforms and collect coins.
157-
It has platforms, a player and coins to collect.
158-
Support mobile controls and keyboard.",
156+
"shortDescription": "A 2D side-view platformer game with a smooth camera that follows the player’s movement. The player uses the platformer behavior, and can move left or right, jump, and fall within the game scene. Platforms allow the player to navigate vertically, and coins can be collected throughout the level. The game supports both keyboard/mouse controls and mobile touch controls.",
159157
"slug": "starting-platformer",
160158
"tags": Array [
161159
"starting-platformer",
@@ -186,7 +184,7 @@ exports[`exampleShortHeaders.json post build checks defaultTags 4`] = `
186184
Object {
187185
"authorIds": Array [],
188186
"codeSizeLevel": "tiny",
189-
"description": "",
187+
"description": "Assets and game are optimized for pixel art.",
190188
"gdevelopVersion": "",
191189
"id": "986ba30910cf3873205796d8331f76dee507673d89e55b04415759cd39b2ebca",
192190
"license": "MIT",
@@ -200,10 +198,7 @@ Object {
200198
"previewImageUrls": Array [
201199
"https://resources.gdevelop-app.com/examples/starting-platformer-pixel/preview.png",
202200
],
203-
"shortDescription": "A 2D platformer game in which the player can jump on platforms and collect coins.
204-
It has platforms, a player and coins to collect like a basic 2D Mario-like game.
205-
Support mobile controls and keyboard.
206-
Assets and game are optimized for pixel art.",
201+
"shortDescription": "A 2D side-view platformer game with a smooth camera that follows the player’s movement. The player uses the platformer behavior, and can move left or right, jump, and fall within the game scene. Platforms allow the player to navigate vertically, and coins can be collected throughout the level. The game supports both keyboard/mouse controls and mobile touch controls.",
207202
"slug": "starting-platformer-pixel",
208203
"tags": Array [
209204
"starting-platformer-pixel",

0 commit comments

Comments
 (0)