Skip to content

Commit d3b3649

Browse files
authored
Addition of amazing examples in the home page (#412)
Update examples in homepage
1 parent 0ce3089 commit d3b3649

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/generate-database.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ const checkProjectResourceFiles = async (project, projectFolderPath) => {
169169
};
170170

171171
const sortedStarterSlugs = new Set([
172-
'platformer',
172+
'particle-effects-demo',
173+
'game-feel-demo',
173174
'top-down-rpg',
174175
'plinko',
175176
'ball-cup-boom',
@@ -178,6 +179,7 @@ const sortedStarterSlugs = new Set([
178179
'tappy-plane',
179180
'parking-jam',
180181
'conviction-of-gun-dude-desktop',
182+
'platformer',
181183
'space-shooter',
182184
'run-dino-run',
183185
'bounce-and-hook',
@@ -187,8 +189,6 @@ const sortedStarterSlugs = new Set([
187189
'geometry-monster',
188190
'pairs',
189191
'isometric-game',
190-
'particle-effects-demo',
191-
'game-feel-demo',
192192
]);
193193

194194
/**

0 commit comments

Comments
 (0)