Skip to content

Commit

Permalink
Rename ddr-note
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Jul 26, 2024
1 parent 8bc3360 commit eb04220
Show file tree
Hide file tree
Showing 103 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/chart/gameTypes/noteskin/NoteSkinRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ NoteskinRegistry.register({
subtitle: "Pete-Lawrence",
})
NoteskinRegistry.register({
id: "ddr",
id: "ddr-note",
gameTypes: [
"dance-single",
"dance-double",
Expand All @@ -99,12 +99,12 @@ NoteskinRegistry.register({
"dance-threepanel",
"dance-threedouble",
],
path: "./dance/ddr",
title: "DDR",
path: "./dance/ddr-note",
title: "DDR-Note",
subtitle: "Pete-Lawrence",
})
NoteskinRegistry.register({
id: "ddr-itgcolors",
id: "ddr-note-itg",
gameTypes: [
"dance-single",
"dance-double",
Expand All @@ -114,8 +114,8 @@ NoteskinRegistry.register({
"dance-threepanel",
"dance-threedouble",
],
path: "./dance/ddr-itgcolors",
title: "DDR (ITG quants)",
path: "./dance/ddr-note-itg",
title: "DDR-Note (ITG quants)",
subtitle: "Pete-Lawrence",
})
NoteskinRegistry.register({
Expand Down

0 comments on commit eb04220

Please sign in to comment.