project.godot 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. _global_script_classes=[ ]
  10. _global_script_class_icons={
  11. }
  12. [admob]
  13. config={
  14. "banner": {
  15. "position": 1,
  16. "respect_safe_area": true,
  17. "show_instantly": true,
  18. "size": "BANNER",
  19. "unit_ids": {
  20. "Android": {
  21. "standard": "ca-app-pub-3940256099942544/6300978111"
  22. },
  23. "iOS": {
  24. "standard": "ca-app-pub-3940256099942544/2934735716"
  25. }
  26. }
  27. },
  28. "debug": {
  29. "is_debug_on_release": false,
  30. "is_real": true,
  31. "is_test_europe_user_consent": false
  32. },
  33. "general": {
  34. "is_enabled": true,
  35. "is_for_child_directed_treatment": false,
  36. "max_ad_content_rating": "PG"
  37. },
  38. "interstitial": {
  39. "unit_ids": {
  40. "Android": {
  41. "standard": "ca-app-pub-3940256099942544/1033173712"
  42. },
  43. "iOS": {
  44. "standard": "ca-app-pub-3940256099942544/4411468910"
  45. }
  46. }
  47. },
  48. "rewarded": {
  49. "unit_ids": {
  50. "Android": {
  51. "standard": "ca-app-pub-3940256099942544/5224354917"
  52. },
  53. "iOS": {
  54. "standard": "ca-app-pub-3940256099942544/1712485313"
  55. }
  56. }
  57. },
  58. "rewarded_interstitial": {
  59. "unit_ids": {
  60. "Android": {
  61. "standard": "ca-app-pub-3940256099942544/5354046379"
  62. },
  63. "iOS": {
  64. "standard": "ca-app-pub-3940256099942544/6978759866"
  65. }
  66. }
  67. }
  68. }
  69. [application]
  70. config/name="bacterium odyssey"
  71. run/main_scene="res://main.tscn"
  72. config/icon="res://icon.png"
  73. [autoload]
  74. MobileAds="*res://addons/admob/src/singletons/MobileAds.gd"
  75. Timergen="*res://timergen.gd"
  76. Powerups="*res://powerups.gd"
  77. [display]
  78. window/size/width=540
  79. window/size/height=960
  80. window/size/test_width=540
  81. window/size/test_height=960
  82. window/handheld/orientation="portrait"
  83. window/stretch/mode="viewport"
  84. [editor_plugins]
  85. enabled=PoolStringArray( "res://addons/admob/plugin.cfg" )
  86. [importer_defaults]
  87. texture={
  88. "compress/bptc_ldr": 0,
  89. "compress/hdr_mode": 0,
  90. "compress/lossy_quality": 0.7,
  91. "compress/mode": 0,
  92. "compress/normal_map": 0,
  93. "detect_3d": true,
  94. "flags/anisotropic": false,
  95. "flags/filter": false,
  96. "flags/mipmaps": false,
  97. "flags/repeat": 0,
  98. "flags/srgb": 2,
  99. "process/HDR_as_SRGB": false,
  100. "process/fix_alpha_border": true,
  101. "process/invert_color": false,
  102. "process/normal_map_invert_y": false,
  103. "process/premult_alpha": false,
  104. "size_limit": 0,
  105. "stream": false,
  106. "svg/scale": 1.0
  107. }
  108. [input_devices]
  109. pointing/emulate_touch_from_mouse=true
  110. [physics]
  111. common/enable_pause_aware_picking=true
  112. [rendering]
  113. quality/driver/driver_name="GLES2"
  114. vram_compression/import_etc=true
  115. vram_compression/import_etc2=false
  116. environment/default_environment="res://default_env.tres"