project.godot 769 B

1234567891011121314151617181920212223242526272829303132
  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=3
  9. [application]
  10. config/name="Translation Demo"
  11. run/main_scene="res://main.tscn"
  12. config/icon="res://icon.png"
  13. [gdnative]
  14. singletons=[ ]
  15. [locale]
  16. translation_remaps={
  17. "res://flag_uk.png": [ "res://flag_spain.png:es", "res://flag_japan.png:ja" ],
  18. "res://hello_en.wav": PoolStringArray( "res://hello_es.wav:es", "res://hello_jp.wav:ja" )
  19. }
  20. translations=PoolStringArray( "res://text.en.translation", "res://text.es.translation", "res://text.ja.translation" )
  21. [memory]
  22. multithread/thread_rid_pool_prealloc=60