Skip to content

Commit 93ae127

Browse files
committed
feat: 6th anniversary title bgm and card #39
1 parent e4553e5 commit 93ae127

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mishiro",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "mishiro",
55
"main": "./main/mishiro.main.js",
66
"scripts": {

app/src/ts/renderer/mishiro-entry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = window.node.fs
66
export default class extends Vue {
77
bg: boolean | null = null
88
isTouched: boolean = false
9-
coverSrc: string = '../../asset/img.asar/title_bg_10008.png'
9+
coverSrc: string = '../../asset/img.asar/title_bg_10010.png'
1010

1111
enter (): void {
1212
if (!this.isTouched) {

app/src/ts/renderer/the-player.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface BGMList {
1818

1919
export const bgmList: BGMList = {
2020
anni: {
21-
src: getPath('../asset/bgm.asar/bgm_event_anniversary_005.hca')
21+
src: getPath('../asset/bgm.asar/bgm_event_anniversary_006.hca')
2222
},
2323
day: {
2424
src: getPath('../asset/bgm.asar/bgm_studio_day.hca')

0 commit comments

Comments
 (0)