Todor Imreorov

Results 385 comments of Todor Imreorov

Some progress today, I got it to render LDTK layer! Yay :) ![image](https://user-images.githubusercontent.com/6495061/112532172-6a249c00-8da0-11eb-91e9-b9a0b0a4a538.png) Still lots to do before this can be a pr - there are different types, flipped tiles,...

I must say removing all this complexity also results in less fragile code - less things can break. Its just those two values that make a huge difference. If @bjorn...

@bjorn please consider adding it even if optionally - I dont think it will make it that much bigger. The tiled parser on gdevelop is more prone to break because...

ah sorry, there was no bad feelings,I was trying to say it jokingly but it came out bad. I shouldn't have tagged Bjorn here, just wanted to bring it up...

Just to be more specific,this PR here https://github.com/4ian/GDevelop/pull/2296 Its not fixing the problem completely and the tilemap still has corner cases where rendering has issues. If we can get the...

Some progress today - I got it to render all ldtk layers,apart of entities, which I am not sure if we will support. One limitation of pixi-tilemap atm is the...

Ok so there is a huge refactor between pixi-tilemap for pixi v5 and v6 and in order to add opacity to tiles, gdevelop will need to be on pixi v6....

I submitted a PR to pixi-tilemap to enable us to have layer alpha for both tiled and ldtk format parsing in the future https://github.com/pixijs/tilemap/pull/115 ![113038446-73da4500-918e-11eb-9b15-d6e521634d2e](https://user-images.githubusercontent.com/6495061/113192813-283f9e00-9257-11eb-8917-a470f7104578.png) it adds an alpha option...

Pr got in today, I will also submit a second PR to pixi-tilemap to add support for on a per tile animation speed

Submitted a second PR to add to pixi-tilemap the ability to set independent animation speed for each tile - so we can improve compatibility with tiled and ldtk https://github.com/pixijs/tilemap/pull/116 ![Peek...