You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

resource.json 434B

5 jaren geleden
1234567891011121314
  1. {
  2. "resources":
  3. [
  4. {"name":"easygame_config","type":"json","url":"easygame_config.json"},
  5. {"name":"sound_bg","type":"sound","soundType":"music","url":"assets/sound/bg.mp3"},
  6. {"name":"sound_button","type":"sound","soundType":"effect","url":"assets/sound/button.mp3"}
  7. ],
  8. "groups":
  9. [
  10. {"name":"sound","keys":"sound_bg,sound_button"},
  11. {"name":"group_easygame_config","keys":"easygame_config"}
  12. ]
  13. }