mirror of
https://github.com/Insality/druid
synced 2025-06-27 02:17:52 +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/)**
|
**[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)**
|
**[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 = {}
|
local M = {}
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ update_frequency = 60
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
title = Druid
|
title = Druid
|
||||||
version = 1.1.1
|
version = 1.1.2
|
||||||
publisher = Insality
|
publisher = Insality
|
||||||
developer = Maksim Tuprikov
|
developer = Maksim Tuprikov
|
||||||
custom_resources = /example/locales
|
custom_resources = /example/locales
|
||||||
|
@ -705,3 +705,7 @@ Please support me if you like this project! It will help me keep engaged to upda
|
|||||||
|
|
||||||
#### Druid 1.1.1
|
#### Druid 1.1.1
|
||||||
- [#309] Added max_size_x and max_size_y to container (by [astrochili](https://github.com/astrochili))
|
- [#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