Skip to content

Commit

Permalink
feat: parse step counts from SSQ files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyoo committed Sep 5, 2024
1 parent 69c6ead commit 1383a21
Show file tree
Hide file tree
Showing 11 changed files with 11,035 additions and 19,422 deletions.
2 changes: 1 addition & 1 deletion common/src/config/game-support/ddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const DDR_CONF = {
songData: z.strictObject({
inGameID: zodNonNegativeInt,
flareCategory: DDR_FLARE_CATEGORIES,
basename: z.string().optional()

Check failure on line 62 in common/src/config/game-support/ddr.ts

View workflow job for this annotation

GitHub Actions / test

Insert `,`
}),
} as const satisfies INTERNAL_GAME_CONFIG;

Expand Down Expand Up @@ -186,7 +187,6 @@ export const DDR_SP_CONF = {
chartData: z.strictObject({
inGameID: zodNonNegativeInt,
stepCount: zodNonNegativeInt.optional(),
okCount: zodNonNegativeInt.optional(),
}),

preferences: z.strictObject({}),
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1383a21

Please sign in to comment.