chicory-pizza / chicory-data

Modding tools for Chicory: A Colorful Tale, such as level viewer and editor
https://data.chicory.pizza
Mozilla Public License 2.0
5 stars 2 forks source link

Scaling/rotating objCustomDog doesn't work anymore #80

Closed ngyikp closed 1 year ago

ngyikp commented 1 year ago

objCustomDog has custom object rendering that has angle/xscale/yscale, but it no longer renders correctly due to https://github.com/chicory-pizza/chicory-data/pull/69

What the old version looked like:

image

The applied CSS properties were left: 1700px; top: 482px; transform-origin: 75px 130px; transform: translate(-50%, -50%) rotate(-90deg) scaleX(1.5) scaleY(0.5);, the order of the transform properties matter: https://www.youtube.com/watch?v=azoIMhKOucQ

PlasmaFlare commented 1 year ago

I know what the issue is. Will work on this when I get back.