We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a3bad commit 8e5c5c5Copy full SHA for 8e5c5c5
scripts/generate-database.js
@@ -231,7 +231,7 @@ const sortedStartingPointConfigs = [
231
title: 'Physics',
232
},
233
{ slug: 'starting-3D-platformer', title: '3D Platformer' },
234
- { slug: 'starting-first-person', title: 'First Person' },
+ { slug: 'starting-first-person', title: '3D First Person' },
235
];
236
const sortedStartingPointSlugs = new Set(
237
sortedStartingPointConfigs.map(({ slug }) => slug)
0 commit comments