Skip to content

Commit

Permalink
Add starting point examples (#731)
Browse files Browse the repository at this point in the history
* Also put full description in shortDescription to avoid loading 2 different descriptions in the app
  • Loading branch information
ClementPasteau authored Nov 22, 2024
1 parent 7630541 commit 48d6599
Show file tree
Hide file tree
Showing 33 changed files with 28,215 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __tests__/post-build/exampleShortHeaders.json.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('exampleShortHeaders.json post build checks', () => {
name: 'Platformer',
authorIds: ['R0F5QGNCzgOY5w2cxGeKJOq2UaD2'],
shortDescription:
'An example of a basic platformer (Mario-like) game. Jump around and collect as many coins as you can!',
'An example of a basic platformer (Mario-like) game. Jump around and collect as many coins as you can!\n\nCheck out [the YouTube video](https://www.youtube.com/watch?v=eU0kkLSdw0Y&list=PL3YlZTdKiS898Wio0tvKjQM0x3zo4V0Mb) explaining how this example was made.',
license: 'MIT',
previewImageUrls: [
'https://resources.gdevelop-app.com/examples/platformer/preview.png',
Expand Down
1 change: 1 addition & 0 deletions examples/starting-physics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Starting point for a physics game.
1 change: 1 addition & 0 deletions examples/starting-physics/TAGS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
starting-point
Binary file added examples/starting-physics/assets/Background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/starting-physics/assets/StartingBall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/starting-physics/assets/StartingBlock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/starting-physics/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 48d6599

Please sign in to comment.