Skip to content

Commit

Permalink
feat: 6th anniversary title bgm and card #39
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Nov 20, 2021
1 parent e4553e5 commit 93ae127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package-lock.json

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

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mishiro",
"version": "2.6.1",
"version": "2.6.2",
"description": "mishiro",
"main": "./main/mishiro.main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/src/ts/renderer/mishiro-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = window.node.fs
export default class extends Vue {
bg: boolean | null = null
isTouched: boolean = false
coverSrc: string = '../../asset/img.asar/title_bg_10008.png'
coverSrc: string = '../../asset/img.asar/title_bg_10010.png'

enter (): void {
if (!this.isTouched) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/ts/renderer/the-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface BGMList {

export const bgmList: BGMList = {
anni: {
src: getPath('../asset/bgm.asar/bgm_event_anniversary_005.hca')
src: getPath('../asset/bgm.asar/bgm_event_anniversary_006.hca')
},
day: {
src: getPath('../asset/bgm.asar/bgm_studio_day.hca')
Expand Down

0 comments on commit 93ae127

Please sign in to comment.