Skip to content

Commit 8e5c5c5

Browse files
Update name of starting-first-person (#770)
1 parent f9a3bad commit 8e5c5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ const sortedStartingPointConfigs = [
231231
title: 'Physics',
232232
},
233233
{ slug: 'starting-3D-platformer', title: '3D Platformer' },
234-
{ slug: 'starting-first-person', title: 'First Person' },
234+
{ slug: 'starting-first-person', title: '3D First Person' },
235235
];
236236
const sortedStartingPointSlugs = new Set(
237237
sortedStartingPointConfigs.map(({ slug }) => slug)

0 commit comments

Comments
 (0)