fix: normal case instead of title case

This commit is contained in:
Maze Winther
2025-09-01 16:20:13 +02:00
parent dd02e31380
commit 971f9d35d7
+1 -1
View File
@@ -14,7 +14,7 @@ export const DEFAULT_FPS = 30;
export function createMainScene(): Scene {
return {
id: generateUUID(),
name: "Main Scene",
name: "Main scene",
isMain: true,
createdAt: new Date(),
updatedAt: new Date(),