Skip to content

Commit 3e75ec7

Browse files
committed
Release 1.1.7 Add icon refresh to the Druid Atlas
1 parent b2d73ba commit 3e75ec7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Open your `game.project` file and add the following lines to the dependencies fi
3939
**[Druid](https://github.com/Insality/druid/)**
4040

4141
```
42-
https://github.com/Insality/druid/archive/refs/tags/1.1.6.zip
42+
https://github.com/Insality/druid/archive/refs/tags/1.1.7.zip
4343
```
4444

4545
**[Defold Event](https://github.com/Insality/defold-event)**
4646

4747
```
48-
https://github.com/Insality/defold-event/archive/refs/tags/12.zip
48+
https://github.com/Insality/defold-event/archive/refs/tags/14.zip
4949
```
5050

5151
After that, select `Project ▸ Fetch Libraries` to update [library dependencies]((https://defold.com/manuals/libraries/#setting-up-library-dependencies)). This happens automatically whenever you open a project so you will only need to do this if the dependencies change without re-opening the project.

druid/druid.atlas

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ images {
2828
images {
2929
image: "/druid/images/icons/icon_arrow.png"
3030
}
31+
images {
32+
image: "/druid/images/icons/icon_refresh.png"
33+
}
3134
extrude_borders: 2
593 Bytes
Loading

0 commit comments

Comments
 (0)