project.godot 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=4
  9. [admob]
  10. config={
  11. "banner": {
  12. "position": 1,
  13. "respect_safe_area": true,
  14. "show_instantly": true,
  15. "size": "BANNER",
  16. "unit_ids": {
  17. "Android": {
  18. "standard": "ca-app-pub-3940256099942544/6300978111"
  19. },
  20. "iOS": {
  21. "standard": "ca-app-pub-3940256099942544/2934735716"
  22. }
  23. }
  24. },
  25. "debug": {
  26. "is_debug_on_release": false,
  27. "is_real": true,
  28. "is_test_europe_user_consent": false
  29. },
  30. "general": {
  31. "is_enabled": true,
  32. "is_for_child_directed_treatment": false,
  33. "max_ad_content_rating": "PG"
  34. },
  35. "interstitial": {
  36. "unit_ids": {
  37. "Android": {
  38. "standard": "ca-app-pub-3940256099942544/1033173712"
  39. },
  40. "iOS": {
  41. "standard": "ca-app-pub-3940256099942544/4411468910"
  42. }
  43. }
  44. },
  45. "rewarded": {
  46. "unit_ids": {
  47. "Android": {
  48. "standard": "ca-app-pub-3940256099942544/5224354917"
  49. },
  50. "iOS": {
  51. "standard": "ca-app-pub-3940256099942544/1712485313"
  52. }
  53. }
  54. },
  55. "rewarded_interstitial": {
  56. "unit_ids": {
  57. "Android": {
  58. "standard": "ca-app-pub-3940256099942544/5354046379"
  59. },
  60. "iOS": {
  61. "standard": "ca-app-pub-3940256099942544/6978759866"
  62. }
  63. }
  64. }
  65. }
  66. [application]
  67. config/name="bacterium odyssey"
  68. run/main_scene="res://main.tscn"
  69. config/icon="res://icon.png"
  70. [autoload]
  71. MobileAds="*res://addons/admob/src/singletons/MobileAds.gd"
  72. [display]
  73. window/size/width=720
  74. window/size/height=1280
  75. window/size/test_width=720
  76. window/size/test_height=1280
  77. [editor_plugins]
  78. enabled=PoolStringArray( "res://addons/admob/plugin.cfg" )
  79. [input_devices]
  80. pointing/emulate_touch_from_mouse=true
  81. [physics]
  82. common/enable_pause_aware_picking=true
  83. [rendering]
  84. quality/driver/driver_name="GLES2"
  85. vram_compression/import_etc=true
  86. vram_compression/import_etc2=false
  87. environment/default_environment="res://default_env.tres"