mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update docs
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
[project]
|
||||
title = druid
|
||||
version = 0.10.682
|
||||
version = 0.11.693
|
||||
write_log = 0
|
||||
compress_archive = 1
|
||||
publisher = Insality
|
||||
developer = Insality
|
||||
commit_sha = 1cbe57376397a8352bbafcc67de0b6f95ae37b35
|
||||
build_date = 2023-07-13T18:37:07Z
|
||||
commit_sha = 37fff52aa59feb20f761ef4d340d9f677743d54b
|
||||
build_date = 2023-08-05T16:31:19Z
|
||||
title_as_file_name = druid
|
||||
|
||||
[display]
|
||||
width = 600
|
||||
height = 900
|
||||
high_dpi = 0
|
||||
high_dpi = 1
|
||||
samples = 0
|
||||
fullscreen = 0
|
||||
update_frequency = 0
|
||||
@@ -57,11 +57,11 @@ render = /builtins/render/default.renderc
|
||||
[graphics]
|
||||
default_texture_min_filter = linear
|
||||
default_texture_mag_filter = linear
|
||||
max_draw_calls = 1024
|
||||
max_draw_calls = 128
|
||||
max_characters = 8192
|
||||
max_debug_vertices = 10000
|
||||
texture_profiles = /example/custom.texture_profiles
|
||||
verify_graphics_calls = 1
|
||||
verify_graphics_calls = 0
|
||||
memory_size = 512
|
||||
|
||||
[shader]
|
||||
@@ -88,15 +88,15 @@ game_binding = /input/game.input_bindingc
|
||||
use_accelerometer = 0
|
||||
|
||||
[sprite]
|
||||
max_count = 128
|
||||
max_count = 16
|
||||
subpixels = 1
|
||||
|
||||
[model]
|
||||
max_count = 128
|
||||
max_count = 0
|
||||
split_meshes = 0
|
||||
|
||||
[mesh]
|
||||
max_count = 128
|
||||
max_count = 0
|
||||
|
||||
[gui]
|
||||
max_count = 64
|
||||
@@ -104,17 +104,17 @@ max_particlefx_count = 64
|
||||
max_particle_count = 1024
|
||||
|
||||
[collection]
|
||||
max_instances = 1024
|
||||
max_instances = 128
|
||||
max_input_stack_entries = 16
|
||||
|
||||
[collection_proxy]
|
||||
max_count = 8
|
||||
|
||||
[collectionfactory]
|
||||
max_count = 128
|
||||
max_count = 64
|
||||
|
||||
[factory]
|
||||
max_count = 128
|
||||
max_count = 16
|
||||
|
||||
[ios]
|
||||
launch_screen = /builtins/manifests/ios/LaunchScreen.storyboardc
|
||||
@@ -126,7 +126,7 @@ default_language = en
|
||||
localizations = en
|
||||
|
||||
[android]
|
||||
version_code = 682
|
||||
version_code = 693
|
||||
minimum_sdk_version = 19
|
||||
target_sdk_version = 33
|
||||
package = com.insality.druid
|
||||
@@ -167,9 +167,9 @@ show_console_banner = 1
|
||||
scale_mode = fit
|
||||
|
||||
[particle_fx]
|
||||
max_count = 64
|
||||
max_emitter_count = 64
|
||||
max_particle_count = 1024
|
||||
max_count = 0
|
||||
max_emitter_count = 0
|
||||
max_particle_count = 0
|
||||
|
||||
[iap]
|
||||
auto_finish_transactions = 1
|
||||
@@ -187,7 +187,7 @@ include_dirs = druid
|
||||
shared_state = 1
|
||||
|
||||
[label]
|
||||
max_count = 64
|
||||
max_count = 0
|
||||
subpixels = 1
|
||||
|
||||
[profiler]
|
||||
@@ -199,8 +199,8 @@ settings = /liveupdate.settings
|
||||
enabled = 1
|
||||
|
||||
[tilemap]
|
||||
max_count = 16
|
||||
max_tile_count = 2048
|
||||
max_count = 0
|
||||
max_tile_count = 0
|
||||
|
||||
[engine]
|
||||
run_while_iconified = 0
|
||||
|
Reference in New Issue
Block a user