mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
shuffle some media locations around
This commit is contained in:
parent
6edafbd5ed
commit
a9bd657a05
5 changed files with 7 additions and 5 deletions
|
@ -11,7 +11,7 @@ API
|
||||||
- Turned some Action methods into properties
|
- Turned some Action methods into properties
|
||||||
|
|
||||||
# 0.18.0
|
# 0.18.0
|
||||||
![](media/0.18.0.png)
|
![](media/changelog/0.18.0.png)
|
||||||
|
|
||||||
> Animations, Food and Sources
|
> Animations, Food and Sources
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ Fixes
|
||||||
- Fixed an exception when putting away books (0.17.1)
|
- Fixed an exception when putting away books (0.17.1)
|
||||||
|
|
||||||
# 0.17.0
|
# 0.17.0
|
||||||
![](media/0.17.0.png)
|
![](media/changelog/0.17.0.png)
|
||||||
|
|
||||||
> Life Goals, Reward Personalities and Daily Tasks
|
> Life Goals, Reward Personalities and Daily Tasks
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ Fixes
|
||||||
- Fixed some table and desk positions causing chairs to be seen as invalid or unavailable
|
- Fixed some table and desk positions causing chairs to be seen as invalid or unavailable
|
||||||
|
|
||||||
# 0.16.0
|
# 0.16.0
|
||||||
![](media/0.16.0.png)
|
![](media/changelog/0.16.0.png)
|
||||||
|
|
||||||
> Woodlands and Visitors
|
> Woodlands and Visitors
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"files": ["*"],
|
"files": [
|
||||||
"src": "../media"
|
"media/**"
|
||||||
|
],
|
||||||
|
"src": ".."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"globalMetadata": {
|
"globalMetadata": {
|
||||||
|
|
Before Width: | Height: | Size: 597 KiB After Width: | Height: | Size: 597 KiB |
Before Width: | Height: | Size: 219 KiB After Width: | Height: | Size: 219 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Loading…
Reference in a new issue