mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Prepare for release 0.11
This commit is contained in:
35
game.project
35
game.project
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user