mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 02:17:52 +02:00
Prepare v1.0.1
This commit is contained in:
parent
be1a3d3788
commit
326ce8bbbb
@ -21,9 +21,9 @@ In this example you can inspect a variety of **Druid** components and see how th
|
||||
|
||||
To integrate the **Druid** extension into your own project, add this project as a [dependency](https://www.defold.com/manuals/libraries/) in your **Defold** game. Open your `game.project` file and add the following line to the dependencies field under the project section:
|
||||
|
||||
**Druid v1.0**
|
||||
**Druid v1.0.1**
|
||||
|
||||
> [https://github.com/Insality/druid/archive/refs/tags/1.0.zip](https://github.com/Insality/druid/archive/refs/tags/1.0.zip)
|
||||
> [https://github.com/Insality/druid/archive/refs/tags/1.0.1.zip](https://github.com/Insality/druid/archive/refs/tags/1.0.1.zip)
|
||||
|
||||
Here is a list of [all releases](https://github.com/Insality/druid/releases).
|
||||
|
||||
@ -222,4 +222,4 @@ For a complete history of the development of **Druid**, please check the [change
|
||||
|
||||
Your donation helps me stay engaged in creating valuable projects for **Defold**. If you appreciate what I'm doing, please consider supporting me!
|
||||
|
||||
[](https://github.com/sponsors/insality) [](https://ko-fi.com/insality) [](https://www.buymeacoffee.com/insality)
|
||||
[](https://github.com/sponsors/insality) [](https://ko-fi.com/insality) [](https://www.buymeacoffee.com/insality)
|
||||
|
@ -1 +1 @@
|
||||
{"content":[{"name":"game.projectc","size":4455,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":12368,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":3557068,"pieces":[{"name":"game0.arcd","offset":0},{"name":"game1.arcd","offset":2097152}]},{"name":"game.dmanifest","size":13892,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":3587945}
|
||||
{"content":[{"name":"game.projectc","size":4457,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":12368,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":3557312,"pieces":[{"name":"game0.arcd","offset":0},{"name":"game1.arcd","offset":2097152}]},{"name":"game.dmanifest","size":13892,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":3588191}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
[project]
|
||||
title = druid
|
||||
version = 1.0
|
||||
version = 1.0.1
|
||||
write_log = 0
|
||||
compress_archive = 1
|
||||
publisher = Insality
|
||||
developer = Maksim Tuprikov
|
||||
custom_resources = /example/locales
|
||||
commit_sha = d2b617a14f3dbf97c050607e5dc8506ffb935f35
|
||||
commit_sha = be1a3d37887787185992c88df8bb28c4ed52eb3f
|
||||
title_as_file_name = druid
|
||||
|
||||
[display]
|
||||
@ -129,7 +129,7 @@ default_language = en
|
||||
localizations = en
|
||||
|
||||
[android]
|
||||
version_code = 926
|
||||
version_code = 929
|
||||
minimum_sdk_version = 19
|
||||
target_sdk_version = 34
|
||||
package = com.insality.druid
|
||||
|
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
|
||||
<title>druid 1.0</title>
|
||||
<title>druid 1.0.1</title>
|
||||
<style type='text/css'>
|
||||
/* Disable user selection to avoid strange bug in Chrome on Windows:
|
||||
* Selecting a text outside the canvas, then clicking+draging would
|
||||
|
@ -587,4 +587,10 @@ Thoughts, wrong decisions, future plans, and how to update correctly:
|
||||
- Non-explicit event parameters can cause confusion, particularly with `self` parameters.
|
||||
- There is room for performance optimization. Memory usage is not optimized, though it can still handle heavy-load GUIs like Panthera.
|
||||
- Creating custom components could be made easier.
|
||||
- There can be a much less code bindings between elements. Like bind_grid, update_size after some changes etc.
|
||||
- There can be a much less code bindings between elements. Like bind_grid, update_size after some changes etc.
|
||||
|
||||
---
|
||||
|
||||
**Druid v1.0.1**
|
||||
|
||||
- **[Input]** Fixed issues with input component on Mobile devices.
|
||||
|
@ -13,7 +13,7 @@ high_dpi = 1
|
||||
|
||||
[project]
|
||||
title = druid
|
||||
version = 1.0
|
||||
version = 1.0.1
|
||||
publisher = Insality
|
||||
developer = Maksim Tuprikov
|
||||
custom_resources = /example/locales
|
||||
@ -57,7 +57,7 @@ cssfile = /builtins/manifests/web/dark_theme.css
|
||||
show_console_banner = 0
|
||||
|
||||
[native_extension]
|
||||
app_manifest =
|
||||
app_manifest =
|
||||
|
||||
[graphics]
|
||||
texture_profiles = /builtins/graphics/default.texture_profiles
|
||||
|
Loading…
x
Reference in New Issue
Block a user