| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- [project]
- title = easier
- version = 1.0
- write_log = 0
- compress_archive = 1
- [display]
- width = 640
- height = 512
- high_dpi = 0
- samples = 0
- fullscreen = 0
- update_frequency = 0
- vsync = 1
- display_profiles = /builtins/render/default.display_profilesc
- dynamic_orientation = 0
- [physics]
- type = 2D
- gravity_y = -10
- debug = 0
- debug_alpha = 0.9
- world_count = 4
- gravity_x = 0
- gravity_z = 0
- scale = 1
- debug_scale = 30
- max_collisions = 64
- max_contacts = 128
- contact_impulse_limit = 0
- ray_cast_limit_2d = 64
- ray_cast_limit_3d = 128
- trigger_overlap_capacity = 16
- [bootstrap]
- main_collection = /main/main.collectionc
- render = /builtins/render/default.renderc
- [graphics]
- default_texture_min_filter = linear
- default_texture_mag_filter = linear
- max_draw_calls = 1024
- max_characters = 8192
- max_debug_vertices = 10000
- texture_profiles = /builtins/graphics/default.texture_profiles
- [sound]
- gain = 1
- max_sound_data = 128
- max_sound_buffers = 32
- max_sound_sources = 16
- max_sound_instances = 256
- [resource]
- http_cache = 0
- max_resources = 1024
- [input]
- repeat_delay = 0.5
- repeat_interval = 0.2
- gamepads = /builtins/input/default.gamepadsc
- game_binding = /input/game.input_bindingc
- use_accelerometer = 1
- [sprite]
- max_count = 128
- subpixels = 1
- [spine]
- max_count = 128
- [model]
- max_count = 128
- [gui]
- max_count = 64
- max_particlefx_count = 64
- max_particle_count = 1024
- [collection]
- max_instances = 1024
- [collection_proxy]
- max_count = 8
- [collectionfactory]
- max_count = 128
- [factory]
- max_count = 128
- [ios]
- pre_renderered_icons = 0
- bundle_identifier = example.unnamed
- infoplist = /builtins/manifests/ios/Info.plist
- [android]
- version_code = 1
- package = com.example.todo
- manifest = /builtins/manifests/android/AndroidManifest.xml
- iap_provider = GooglePlay
- input_method = KeyEvent
- immersive_mode = 0
- debuggable = 0
- [osx]
- infoplist = /builtins/manifests/osx/Info.plist
- bundle_identifier = example.unnamed
- [windows]
- [html5]
- custom_heap_size = 0
- include_dev_tool = 0
- htmlfile = /builtins/manifests/web/engine_template.html
- archive_location_prefix = archive
- [particle_fx]
- max_count = 64
- max_particle_count = 1024
- [iap]
- auto_finish_transactions = 1
- [network]
- http_timeout = 0
- [library]
- [script]
- shared_state = 1
- [tracking]
- [label]
- max_count = 64
- subpixels = 1
- [profiler]
- track_cpu = 0
- [liveupdate]
- settings = /liveupdate.settings
|