mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
Button key trigger will not consume input Update scroll position while animate Add scroll:set_view_size Better static grid get_index function Rework Data List (only static grid) Update Default style Remove a component from parent if exists on druid:remove
17 lines
515 B
Plaintext
17 lines
515 B
Plaintext
# Path to bob folder. It will find and save new bob.jar files inside
|
|
bob_folder=./
|
|
|
|
# You can point bob version for project in format "filename:sha"
|
|
bob_sha="181:fd1ad4c17bfdcd890ea7176f2672c35102384419"
|
|
|
|
# Select Defold channel. Values: stable, beta, alpha
|
|
bob_channel="stable"
|
|
|
|
# If true, it will check and download latest bob version. It will ignore bob_sha param
|
|
use_latest_bob=false
|
|
|
|
# Select Defold build server
|
|
build_server="https://build.defold.com"
|
|
|
|
# Is need to build html report
|
|
is_build_html_report=true |