project.godot 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. [display]
  77. window/size/width=540
  78. window/size/height=960
  79. window/size/test_width=540
  80. window/size/test_height=960
  81. window/stretch/mode="2d"
  82. [editor_plugins]
  83. enabled=PoolStringArray( )
  84. [importer_defaults]
  85. texture={
  86. "compress/bptc_ldr": 0,
  87. "compress/hdr_mode": 0,
  88. "compress/lossy_quality": 0.7,
  89. "compress/mode": 0,
  90. "compress/normal_map": 0,
  91. "detect_3d": true,
  92. "flags/anisotropic": false,
  93. "flags/filter": false,
  94. "flags/mipmaps": false,
  95. "flags/repeat": 0,
  96. "flags/srgb": 2,
  97. "process/HDR_as_SRGB": false,
  98. "process/fix_alpha_border": true,
  99. "process/invert_color": false,
  100. "process/normal_map_invert_y": false,
  101. "process/premult_alpha": false,
  102. "size_limit": 0,
  103. "stream": false,
  104. "svg/scale": 1.0
  105. }
  106. [input_devices]
  107. pointing/emulate_touch_from_mouse=true
  108. [physics]
  109. common/enable_pause_aware_picking=true
  110. [rendering]
  111. quality/driver/driver_name="GLES2"
  112. vram_compression/import_etc=true
  113. vram_compression/import_etc2=false
  114. environment/default_environment="res://default_env.tres"