Prepare for release 0.11

This commit is contained in:
Insality
2023-07-13 22:42:23 +03:00
parent ea18562270
commit c01ee189b4
6 changed files with 67 additions and 17 deletions

View File

@@ -9,10 +9,11 @@ width = 600
height = 900
display_profiles = /example/custom.display_profilesc
dynamic_orientation = 1
high_dpi = 1
[project]
title = druid
version = 0.10.0
version = 0.11.0
publisher = Insality
developer = Insality
dependencies#0 = https://github.com/insalitygames/deftest/archive/master.zip
@@ -54,8 +55,40 @@ app_manifest = /example/game.appmanifest
[graphics]
texture_profiles = /example/custom.texture_profiles
max_draw_calls = 128
verify_graphics_calls = 0
[android]
package = com.insality.druid
input_method = HiddenInputField
[factory]
max_count = 16
[label]
max_count = 0
[mesh]
max_count = 0
[model]
max_count = 0
[particle_fx]
max_count = 0
max_emitter_count = 0
max_particle_count = 0
[sprite]
max_count = 16
[tilemap]
max_count = 0
max_tile_count = 0
[collectionfactory]
max_count = 64
[collection]
max_instances = 128