Skip to content

Commit b9df03f

Browse files
committed
Add new starting point examples
1 parent 3faea85 commit b9df03f

File tree

87 files changed

+98430
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+98430
-13
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,9 @@ Object {
151151
"previewImageUrls": Array [
152152
"https://resources.gdevelop-app.com/examples/starting-platformer/preview.png",
153153
],
154-
"shortDescription": "Starting point for a platformer game.",
154+
"shortDescription": "A 2D platformer game in which the player can jump on platforms and collect coins.
155+
It has platforms, a player and coins to collect.
156+
Support mobile controls and keyboard.",
155157
"slug": "starting-platformer",
156158
"tags": Array [
157159
"starting-platformer",
@@ -196,7 +198,10 @@ Object {
196198
"previewImageUrls": Array [
197199
"https://resources.gdevelop-app.com/examples/starting-platformer-pixel/preview.png",
198200
],
199-
"shortDescription": "Starting point for a platformer game, optimized for pixel art.",
201+
"shortDescription": "A 2D platformer game in which the player can jump on platforms and collect coins.
202+
It has platforms, a player and coins to collect like a basic 2D Mario-like game.
203+
Support mobile controls and keyboard.
204+
Assets and game are optimized for pixel art.",
200205
"slug": "starting-platformer-pixel",
201206
"tags": Array [
202207
"starting-platformer-pixel",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
A 2D physics-based, top-down, game where the player is controlling a 2D car.
2+
It has some obstacles that can be pushed away. Support keyboard and mobile controls for the player car.
1.05 MB
Binary file not shown.
18.4 KB
Binary file not shown.
10.8 KB
Loading
10.7 KB
Loading
1.02 KB
Loading
1.72 KB
Loading
1.42 KB
Loading
4.41 KB
Loading

0 commit comments

Comments
 (0)