3 Commits

Author SHA1 Message Date
Maksim Tuprikov
044eec50b2 Merge pull request #322 from vlaaad/patch-1 2025-08-22 14:43:05 +02:00
vlaaad
066a81f5f3 Create ext.properties 2025-08-22 14:36:54 +02:00
Insality
ba7ee40510 Release 1.1.5 2025-07-02 21:51:43 +03:00
4 changed files with 41 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ Open your `game.project` file and add the following lines to the dependencies fi
**[Druid](https://github.com/Insality/druid/)**
```
https://github.com/Insality/druid/archive/refs/tags/1.1.4.zip
https://github.com/Insality/druid/archive/refs/tags/1.1.5.zip
```
**[Defold Event](https://github.com/Insality/defold-event)**

35
druid/ext.properties Normal file
View File

@@ -0,0 +1,35 @@
[druid]
help = Settings for Druid extension
group = Runtime
input_text.default = text
input_touch.default = touch
input_marked_text.default = marked_text
input_key_esc.default = key_esc
input_key_back.default = key_back
input_key_enter.default = key_enter
input_key_backspace.default = key_backspace
input_multitouch.default = touch_multi
input_scroll_up.default = mouse_wheel_up
input_scroll_down.default = mouse_wheel_down
input_key_left.default = key_left
input_key_right.default = key_right
input_key_lshift.default = key_lshift
input_key_lctrl.default = key_lctrl
input_key_lsuper.default = key_lsuper
no_auto_input.type = bool

View File

@@ -14,7 +14,7 @@ update_frequency = 60
[project]
title = Druid
version = 1.1.4
version = 1.1.5
publisher = Insality
developer = Maksim Tuprikov
custom_resources = /example/locales
@@ -58,7 +58,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

View File

@@ -715,3 +715,6 @@ Please support me if you like this project! It will help me keep engaged to upda
#### Druid 1.1.4
- [#312] Fix for text metrics issue if returned height is 0 sometimes
#### Druid 1.1.5
- Update for using `defold-event` library v12