more testing

This commit is contained in:
JCash 2020-09-05 10:52:37 +02:00
parent 337a389cf8
commit 6ef040aee6
8 changed files with 3 additions and 12 deletions

View File

@ -1 +1 @@
{"content":[{"name":"game.projectc","size":3219,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":1488,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":19674,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":2532,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]} {"content":[{"name":"game.projectc","size":3080,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":1488,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":19498,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":2532,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}

View File

@ -3,8 +3,6 @@ title = extension-websocket
version = 1.0 version = 1.0
write_log = 0 write_log = 0
compress_archive = 1 compress_archive = 1
publisher = unnamed
developer = unnamed
_dependencies = https://github.com/GameAnalytics/defold-openssl/archive/1.0.0.zip _dependencies = https://github.com/GameAnalytics/defold-openssl/archive/1.0.0.zip
[display] [display]
@ -54,7 +52,6 @@ max_characters = 8192
max_debug_vertices = 10000 max_debug_vertices = 10000
texture_profiles = /builtins/graphics/default.texture_profiles texture_profiles = /builtins/graphics/default.texture_profiles
verify_graphics_calls = 1 verify_graphics_calls = 1
memory_size = 512
[shader] [shader]
output_spirv = 0 output_spirv = 0
@ -88,9 +85,6 @@ max_count = 128
[model] [model]
max_count = 128 max_count = 128
[mesh]
max_count = 128
[gui] [gui]
max_count = 64 max_count = 64
max_particlefx_count = 64 max_particlefx_count = 64
@ -156,8 +150,6 @@ auto_finish_transactions = 1
[network] [network]
http_timeout = 0 http_timeout = 0
http_thread_count = 4
http_cache_enabled = 1
[library] [library]
include_dirs = websocket include_dirs = websocket
@ -174,7 +166,6 @@ track_cpu = 0
[liveupdate] [liveupdate]
settings = /liveupdate.settings settings = /liveupdate.settings
enabled = 1
[tilemap] [tilemap]
max_count = 16 max_count = 16

File diff suppressed because one or more lines are too long