Skip to content

Commit

Permalink
feat:add keyboard icon on Welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihcingLan committed Feb 27, 2025
1 parent 0436c71 commit 7db5dd1
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 20 deletions.
116 changes: 116 additions & 0 deletions docs/assets/images/welcomepage/icon_keyboard_p1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletions docs/assets/images/welcomepage/icon_keyboard_p2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/src/config/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const _ASSET_PATHS = {
areYouARobot: `${_BASE_PATH}assets/images/welcomepage/text_areyouarobot.svg`,
textOkP1: `${_BASE_PATH}assets/images/welcomepage/text_ok_p1.svg`,
textOkP2: `${_BASE_PATH}assets/images/welcomepage/text_ok_p2.svg`,
keyboardP1: `${_BASE_PATH}assets/images/welcomepage/icon_keyboard_p1.svg`,
keyboardP2: `${_BASE_PATH}assets/images/welcomepage/icon_keyboard_p2.svg`,
},
map: {
game1: `${_BASE_PATH}assets/images/backgrounds/level1_v1.png`,
Expand Down
Loading

0 comments on commit 7db5dd1

Please sign in to comment.