Skip to content

Commit 90733b3

Browse files
authored
Fix the starter examples order (#486)
* Don't show in changelog
1 parent fed619b commit 90733b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/top-down-rpg/TAGS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
simple
1+
game,simple

scripts/generate-database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ const sortedStarterSlugs = new Set([
174174
'platformer',
175175
'plinko',
176176
'parking-jam',
177-
'absorbus',
178177
'top-down-rpg',
179178
'spherez',
180179
'tappy-plane',
@@ -186,6 +185,7 @@ const sortedStarterSlugs = new Set([
186185
'space-shooter',
187186
'run-dino-run',
188187
'bounce-and-hook',
188+
'absorbus',
189189
'duck-game',
190190
'downhill-bike-physics-demo',
191191
'space-asteroids',

0 commit comments

Comments
 (0)