From 76bfb2b5a2ffc837047da5528e4403cd254c993c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Sun, 24 Aug 2025 19:54:53 +0200 Subject: [PATCH 1/2] Ask screenshots and a playable link for example submissions --- .github/ISSUE_TEMPLATE/new-example.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-example.md b/.github/ISSUE_TEMPLATE/new-example.md index 80aac5428..3160d726f 100644 --- a/.github/ISSUE_TEMPLATE/new-example.md +++ b/.github/ISSUE_TEMPLATE/new-example.md @@ -4,8 +4,8 @@ about: Submit a new example to be added to the repository title: New example labels: '✨ New example' assignees: '' - --- + @@ -30,9 +30,15 @@ A clear and concise description of what the example is, how useful it is. ## Game folder + +## Game preview + + From e29ba56e84837d0fc734f8ab8ede264296697e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davy=20H=C3=A9lard?= Date: Sun, 24 Aug 2025 20:05:31 +0200 Subject: [PATCH 2/2] Update snapshots --- .../exampleShortHeaders.json.spec.js.snap | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/__tests__/post-build/__snapshots__/exampleShortHeaders.json.spec.js.snap b/__tests__/post-build/__snapshots__/exampleShortHeaders.json.spec.js.snap index fb22f80f6..b788d5e5b 100644 --- a/__tests__/post-build/__snapshots__/exampleShortHeaders.json.spec.js.snap +++ b/__tests__/post-build/__snapshots__/exampleShortHeaders.json.spec.js.snap @@ -24,7 +24,7 @@ Object { "simple", "Starter", "Anchor", - "Animatable capability", + "Objects with animations", "Event functions", "Sounds and music", "Layers and cameras", @@ -36,19 +36,19 @@ Object { "Timers and time", "Variables", "Debugger Tools", - "Effect capability", - "Flippable capability", + "Objects with effects", + "Flippable objects", "Linked objects", - "Opacity capability", + "Objects with opacity", "Panel Sprite (9-patch) Object", "Particle system", "Platform behavior", "Shape painter", - "Resizable capability", - "Scalable capability", + "Resizable objects", + "Scalable objects", "Sprite", "System information", - "Text capability", + "Objects containing a text", "Text object", "Tiled Sprite Object", "Tweening", @@ -94,7 +94,7 @@ Get as far as you can before you crash in to a wall, submit your score, and try "simple", "Starter", "Anchor", - "Animatable capability", + "Objects with animations", "Event functions", "Sounds and music", "Layers and cameras", @@ -110,17 +110,17 @@ Get as far as you can before you crash in to a wall, submit your score, and try "Timers and time", "Variables", "Destroy Outside Screen Behavior", - "Effect capability", - "Flippable capability", + "Objects with effects", + "Flippable objects", "Leaderboards", - "Opacity capability", + "Objects with opacity", "Panel Sprite (9-patch) Object", "Platform behavior", "Player Authentication", - "Resizable capability", - "Scalable capability", + "Resizable objects", + "Scalable objects", "Sprite", - "Text capability", + "Objects containing a text", "Text Input", "Text object", "Tiled Sprite Object", @@ -156,18 +156,18 @@ Object { "tags": Array [ "starting-platformer", "Starting point", - "Animatable capability", + "Objects with animations", "Sounds and music", "Mathematical tools", "Objects", "Variables", "Debugger Tools", - "Effect capability", - "Flippable capability", - "Opacity capability", + "Objects with effects", + "Flippable objects", + "Objects with opacity", "Platform behavior", - "Resizable capability", - "Scalable capability", + "Resizable objects", + "Scalable objects", "Sprite", "Tiled Sprite Object", "Tweening", @@ -200,7 +200,7 @@ Object { "slug": "starting-platformer-pixel", "tags": Array [ "starting-platformer-pixel", - "Animatable capability", + "Objects with animations", "Sounds and music", "Layers and cameras", "Mathematical tools", @@ -208,12 +208,12 @@ Object { "Scene", "Variables", "Debugger Tools", - "Effect capability", - "Flippable capability", - "Opacity capability", + "Objects with effects", + "Flippable objects", + "Objects with opacity", "Platform behavior", - "Resizable capability", - "Scalable capability", + "Resizable objects", + "Scalable objects", "Sprite", "Tiled Sprite Object", "Tweening",