Skip to content

Commit 78cd6d6

Browse files
fix: use array for game logo
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2b41eed commit 78cd6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webgal/public/game/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"gameKey": "7fe160a6",
44
"titleImage": "WebGAL_New_Enter_Image.webp",
55
"titleBgm": "s_Title.mp3",
6-
"gameLogo": "WebGalEnter.webp",
6+
"gameLogo": ["WebGalEnter.webp"],
77
"enableAppreciation": true
88
}

0 commit comments

Comments
 (0)