mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Compare commits
3 Commits
update_eve
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
044eec50b2 | ||
|
066a81f5f3 | ||
|
ba7ee40510 |
@@ -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
35
druid/ext.properties
Normal 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
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user