options_html5.yy 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "$GMHtml5Options":"",
  3. "%Name":"HTML5",
  4. "name":"HTML5",
  5. "option_html5_allow_fullscreen":true,
  6. "option_html5_browser_title":"Created with GameMaker",
  7. "option_html5_centregame":false,
  8. "option_html5_display_cursor":true,
  9. "option_html5_facebook_app_display_name":"",
  10. "option_html5_facebook_id":"",
  11. "option_html5_flurry_enable":false,
  12. "option_html5_flurry_id":"",
  13. "option_html5_foldername":"html5game",
  14. "option_html5_google_analytics_enable":false,
  15. "option_html5_google_tracking_id":"",
  16. "option_html5_icon":"${base_options_dir}/html5/fav.ico",
  17. "option_html5_index":"",
  18. "option_html5_interpolate_pixels":true,
  19. "option_html5_jsprepend":"",
  20. "option_html5_loadingbar":"",
  21. "option_html5_localrunalert":true,
  22. "option_html5_outputdebugtoconsole":true,
  23. "option_html5_outputname":"index.html",
  24. "option_html5_scale":0,
  25. "option_html5_splash_png":"${base_options_dir}/html5/splash.png",
  26. "option_html5_texture_page":"2048x2048",
  27. "option_html5_usebuiltinfont":true,
  28. "option_html5_usebuiltinparticles":true,
  29. "option_html5_usesplash":false,
  30. "option_html5_use_facebook":false,
  31. "option_html5_version":"1.0.0.0",
  32. "option_html5_webgl":2,
  33. "resourceType":"GMHtml5Options",
  34. "resourceVersion":"2.0",
  35. }