Skip to content

Commit 3c5df78

Browse files
authored
Move 3 3D tempates in the top 6 (#547)
* Don't show in changelog
1 parent 5c065a8 commit 3c5df78

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

scripts/generate-database.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,16 @@ const checkProjectResourceFiles = async (project, projectFolderPath) => {
172172

173173
const sortedStarterSlugs = new Set([
174174
'platformer',
175-
'plinko',
176-
'parking-jam',
175+
'3d-car-coin-hunt',
176+
'3d-lane-runner',
177177
'top-down-rpg',
178178
'spherez',
179+
'3d-tile-based-city-builder',
180+
181+
'plinko',
182+
'parking-jam',
179183
'tappy-plane',
180184
'game-feel-demo',
181-
'tile-based-city-builder',
182185
'conviction-of-gun-dude-desktop',
183186
'ball-cup-boom',
184187
'particle-effects-demo',
@@ -192,6 +195,7 @@ const sortedStarterSlugs = new Set([
192195
'geometry-monster',
193196
'pairs',
194197
'isometric-game',
198+
'tile-based-city-builder',
195199
]);
196200

197201
/**

0 commit comments

Comments
 (0)