# Tiled 1.5 Released

**URL:** https://discourse.mapeditor.org/t/tiled-1-5-released/5026
**Category:** Releases
**Created:** [March 23, 2021, 8:48pm UTC](https://discourse.mapeditor.org/t/tiled-1-5-released/5026 "2021-03-23T20:48:16Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [March 23, 2021, 8:48pm UTC](https://discourse.mapeditor.org/t/tiled-1-5-released/5026/1 "2021-03-23T20:48:16Z")

</div>

Tiled 1.5 brings a large amount of improvements, including a more powerful Terrain Brush, parallax scrolling and GameMaker Studio 2.3 export!

* * *
This is a companion discussion topic for the original entry at [https://www.mapeditor.org/2021/03/23/tiled-1-5-0-released.html](https://www.mapeditor.org/2021/03/23/tiled-1-5-0-released.html)

---

<div class="post-metadata">

### Author: ![mutantMecha](https://avatars.discourse-cdn.com/v4/letter/m/da6949/32.png) [@mutantMecha](https://discourse.mapeditor.org/u/mutantMecha)
#### Post date: [April 26, 2021, 5:00pm UTC](https://discourse.mapeditor.org/t/tiled-1-5-released/5026/2 "2021-04-26T17:00:33Z")

</div>

Thankyou for the update!  
I’m wondering why the parallax offset is implemented the way it is?  
It seems that the parallax offset is based on the left pivot instead of the centre pivot.  
This results in tiles placed directly above each being offset when the camera centred.  
Each layer has to be offset manually to centre it.

---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [April 26, 2021, 5:00pm UTC](https://discourse.mapeditor.org/t/tiled-1-5-released/5026/3 "2021-04-26T17:00:34Z")

</div>



---

<div class="post-metadata">

### Author: ![bjorn](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.mapeditor.org/bjorn/32/1599_2.png) [@bjorn](https://discourse.mapeditor.org/u/bjorn)
#### Post date: [April 27, 2021, 8:23am UTC](https://discourse.mapeditor.org/t/tiled-1-5-released/5026/4 "2021-04-27T08:23:25Z")

</div>

@mutantMecha The parallax offset is based on the distance between the origin (top-left) of the map and the center of the view. The origin was chosen because it never changes, whereas when using for example the center of the map it would change when resizing the map (and this would be especially weird for “infinite” maps). The center of the view was chosen because it was the most “viewport size” agnostic option.

However, I understand that this may not be ideal. We could introduce a “parallax origin” property, so that you don’t need to offset each layer. There is also a plan to add [viewports](https://github.com/mapeditor/tiled/issues/2962), which can also come with additional options for parallax, like using a different reference point than the center.

In any case, if you’d like to go into more detail about what you need, please open an issue about it on GitHub or open a new topic here. 🙂
