Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example rework #282

Merged
merged 4 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 0 additions & 20 deletions deployer_build_stats.csv

This file was deleted.

2 changes: 1 addition & 1 deletion docs/druid/archive/archive_files.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"content":[{"name":"game.projectc","size":4141,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":23248,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":608384,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":26065,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
{"content":[{"name":"game.projectc","size":4491,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":11968,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":3549174,"pieces":[{"name":"game0.arcd","offset":0},{"name":"game1.arcd","offset":2097152}]},{"name":"game.dmanifest","size":13396,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":3579191}
Binary file removed docs/druid/archive/game.arcd0
Binary file not shown.
Binary file removed docs/druid/archive/game.arci0
Binary file not shown.
Binary file removed docs/druid/archive/game.dmanifest0
Binary file not shown.
Binary file added docs/druid/archive/game0.arcd
Binary file not shown.
Binary file added docs/druid/archive/game0.arci
Binary file not shown.
Binary file added docs/druid/archive/game0.dmanifest
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
[project]
title = druid
version = 0.11.718
title = Druid
version = 1.0.0
write_log = 0
compress_archive = 1
publisher = Insality
developer = Insality
commit_sha = 9132dc477b645d674ec21efbfcf85f48ef0ea8a6
build_date = 2023-10-20T08:23:33Z
title_as_file_name = druid
developer = Maksim Tuprikov
custom_resources = /example/locales
commit_sha = 3579370287f00a1a03e89dbb01a2a5b953e83991
build_date = 2024-10-16T22:59:05Z
title_as_file_name = Druid

[display]
width = 600
height = 900
width = 1920
height = 1080
high_dpi = 1
samples = 0
fullscreen = 0
update_frequency = 0
swap_interval = 1
vsync = 1
display_profiles = /example/custom.display_profilesc
display_profiles = /builtins/render/default.display_profilesc
dynamic_orientation = 1
display_device_info = 0

Expand Down Expand Up @@ -51,16 +52,17 @@ velocity_threshold = 1
max_fixed_timesteps = 2

[bootstrap]
main_collection = /example/example.collectionc
main_collection = /example/druid.collectionc
render = /builtins/render/default.renderc

[graphics]
default_texture_min_filter = linear
default_texture_mag_filter = linear
max_draw_calls = 128
max_characters = 8192
max_font_batches = 128
max_debug_vertices = 10000
texture_profiles = /example/custom.texture_profiles
texture_profiles = /builtins/graphics/default.texture_profiles
verify_graphics_calls = 0
memory_size = 512

Expand All @@ -84,7 +86,7 @@ max_resources = 1024
repeat_delay = 0.5
repeat_interval = 0.2
gamepads = /builtins/input/default.gamepadsc
game_binding = /input/game.input_bindingc
game_binding = /builtins/input/all.input_bindingc
use_accelerometer = 0

[sprite]
Expand Down Expand Up @@ -123,13 +125,14 @@ pre_renderered_icons = 0
bundle_identifier = example.unnamed
bundle_name =
infoplist = /builtins/manifests/ios/Info.plist
privacymanifest = /builtins/manifests/ios/PrivacyInfo.xcprivacy
default_language = en
localizations = en

[android]
version_code = 718
version_code = 806
minimum_sdk_version = 19
target_sdk_version = 33
target_sdk_version = 34
package = com.insality.druid
gcm_sender_id =
manifest = /builtins/manifests/android/AndroidManifest.xml
Expand All @@ -139,10 +142,12 @@ immersive_mode = 0
display_cutout = 1
debuggable = 0
proguard =
extract_native_libs = 1

[osx]
app_icon =
infoplist = /builtins/manifests/osx/Info.plist
privacymanifest = /builtins/manifests/osx/PrivacyInfo.xcprivacy
bundle_identifier = example.unnamed
bundle_name =
bundle_version = 1
Expand All @@ -156,25 +161,22 @@ app_icon =
custom_heap_size = 0
heap_size = 64
htmlfile = /builtins/manifests/web/engine_template.html
cssfile = /example/light_theme.css
cssfile = /builtins/manifests/web/dark_theme.css
splash_image = /media/druid_logo.png
archive_location_prefix = archive
archive_location_suffix =
engine_arguments = --verify-graphics-calls=false
wasm_streaming = 0
show_fullscreen_button = 0
show_made_with_defold = 0
show_console_banner = 1
scale_mode = fit
show_console_banner = 0
scale_mode = stretch

[particle_fx]
max_count = 0
max_emitter_count = 0
max_particle_count = 0

[iap]
auto_finish_transactions = 1

[network]
http_timeout = 0
ssl_certificates =
Expand All @@ -198,6 +200,7 @@ sleep_between_server_updates = 0
[liveupdate]
settings = /liveupdate.settings
enabled = 1
mount_on_start = 1

[tilemap]
max_count = 0
Expand All @@ -206,6 +209,7 @@ max_tile_count = 0
[engine]
run_while_iconified = 0
fixed_update_frequency = 60
max_time_step = 0.5

[druid]
no_auto_input = 0
Expand All @@ -223,5 +227,13 @@ input_scroll_up = mouse_wheel_up
input_scroll_down = mouse_wheel_down

[native_extension]
app_manifest = /example/game.appmanifest
app_manifest =

[saver]
autosave_timer = 2

[lang]
path = /example/locales
langs = en,ru,es,de,fr,ja,pt,it,kr,zh
default = es

Binary file added docs/druid/archive/game1.arcd
Binary file not shown.
Loading
Loading