resources.js 1.03 KB
Newer Older
limingzhe's avatar
limingzhe committed
1
const res = [
范雪寒's avatar
范雪寒 committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  ['btn_close', 'assets/play/btn_close.png'],
  ['img_grey_bg', 'assets/play/img_grey_bg.png'],
  ['img_line_grey', 'assets/play/img_line_grey.png'],
  ['img_title_bg', 'assets/play/img_title_bg.png'],
  ['btn_pause', 'assets/play/btn_pause.png'],
  ['img_group_bg_1', 'assets/play/img_group_bg_1.png'],
  ['img_line_purple', 'assets/play/img_line_purple.png'],
  ['img_white_bg', 'assets/play/img_white_bg.png'],
  ['btn_play', 'assets/play/btn_play.png'],
  ['img_group_bg_2', 'assets/play/img_group_bg_2.png'],
  ['img_line_red', 'assets/play/img_line_red.png'],
  ['img_win_bg', 'assets/play/img_win_bg.png'],
  ['btn_switch', 'assets/play/btn_switch.png'],
  ['img_line_black', 'assets/play/img_line_black.png'],
  ['img_oval_bg', 'assets/play/img_oval_bg.png '],
范雪寒's avatar
范雪寒 committed
17
  ['Img_point', 'assets/play/Img_point.png '],
limingzhe's avatar
limingzhe committed
18 19 20
];

const resAudio = [
范雪寒's avatar
范雪寒 committed
21
  ['pop_up', "assets/play/music/pop_up.mp3"],
范雪寒's avatar
范雪寒 committed
22 23
  ['click_green_btn', "assets/play/music/click_green_btn.mp3"],
  ['click_line', "assets/play/music/click_line.mp3"],
范雪寒's avatar
范雪寒 committed
24
  
limingzhe's avatar
limingzhe committed
25 26
];

范雪寒's avatar
范雪寒 committed
27
export { res, resAudio };