123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- ; Engine configuration file.
- ; It's best edited using the editor UI and not directly,
- ; since the parameters that go here are not all obvious.
- ;
- ; Format:
- ; [section] ; section goes between []
- ; param=value ; assign values to parameters
- config_version=4
- _global_script_classes=[ ]
- _global_script_class_icons={
- }
- [application]
- config/name="Home Aquarium"
- run/main_scene="res://scenes/aquarium.tscn"
- config/icon="res://icon.png"
- name="Home Aquarium"
- icon="res://icon.png"
- main_scene="res://scenes/aquarium.tscn"
- disable_stdout=true
- [display]
- window/stretch/mode="2d"
- window/stretch/aspect="keep"
- width=640
- height=400
- stretch_2d=true
- [gdnative]
- singletons=[ "res://pythonscript.gdnlib" ]
- [memory]
- multithread/thread_rid_pool_prealloc=60
- [render]
- default_clear_color=Color( 0, 0, 0, 1 )
|