options_tvos.yy 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "$GMtvOSOptions":"v1",
  3. "%Name":"tvOS",
  4. "name":"tvOS",
  5. "option_tvos_build_number":0,
  6. "option_tvos_bundle_name":"com.company.game",
  7. "option_tvos_display_cursor":false,
  8. "option_tvos_display_name":"Made in GameMaker",
  9. "option_tvos_enable_broadcast":false,
  10. "option_tvos_icon_1280":"${base_options_dir}/tvos/icons/1280.png",
  11. "option_tvos_icon_400":"${base_options_dir}/tvos/icons/400.png",
  12. "option_tvos_icon_400_2x":"${base_options_dir}/tvos/icons/400_2x.png",
  13. "option_tvos_interpolate_pixels":true,
  14. "option_tvos_min_version":"10.0",
  15. "option_tvos_output_dir":"~/GameMakerStudio2/tvOS",
  16. "option_tvos_podfile_lock_path":"${options_dir}\\tvos\\Podfile.lock",
  17. "option_tvos_podfile_path":"${options_dir}\\tvos\\Podfile",
  18. "option_tvos_scale":0,
  19. "option_tvos_splashscreen":"${base_options_dir}/tvos/splash/splash.png",
  20. "option_tvos_splashscreen_2x":"${base_options_dir}/tvos/splash/splash_2x.png",
  21. "option_tvos_splash_time":0,
  22. "option_tvos_team_id":"",
  23. "option_tvos_texture_page":"2048x2048",
  24. "option_tvos_topshelf":"${base_options_dir}/tvos/topshelf/topshelf.png",
  25. "option_tvos_topshelf_2x":"${base_options_dir}/tvos/topshelf/topshelf_2x.png",
  26. "option_tvos_topshelf_wide":"${base_options_dir}/tvos/topshelf/topshelf_wide.png",
  27. "option_tvos_topshelf_wide_2x":"${base_options_dir}/tvos/topshelf/topshelf_wide_2x.png",
  28. "option_tvos_version":"1.0.0.0",
  29. "resourceType":"GMtvOSOptions",
  30. "resourceVersion":"2.0",
  31. }