mirror of
https://github.com/Insality/druid
synced 2025-06-26 18:07:46 +02:00
Release 1.1.2
This commit is contained in:
parent
d7c26358a0
commit
6572da3b14
@ -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.1.zip
|
||||
https://github.com/Insality/druid/archive/refs/tags/1.1.2.zip
|
||||
```
|
||||
|
||||
**[Defold Event](https://github.com/Insality/defold-event)**
|
||||
|
@ -1,4 +1,4 @@
|
||||
---@class widget.container_anchors: druid.widget
|
||||
---@class widget.container_resize: druid.widget
|
||||
local M = {}
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@ update_frequency = 60
|
||||
|
||||
[project]
|
||||
title = Druid
|
||||
version = 1.1.1
|
||||
version = 1.1.2
|
||||
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
|
||||
|
@ -705,3 +705,7 @@ Please support me if you like this project! It will help me keep engaged to upda
|
||||
|
||||
#### Druid 1.1.1
|
||||
- [#309] Added max_size_x and max_size_y to container (by [astrochili](https://github.com/astrochili))
|
||||
|
||||
#### Druid 1.1.2
|
||||
- [#310] Add data list matrix example (Grid 4 in row)
|
||||
- [Data List] Fix for data list element amounts issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user