Piggy3590 / LC_Office

2 stars 0 forks source link

Incompatibility whit mods that resize items #26

Open AboveFire opened 1 month ago

AboveFire commented 1 month ago

There's an incompatibility with LC_Office and the mod I'm working on. LittleCompany allows the resizing of players, monsters and items using a shrink ray gun.

It seems that when using your mod, there's an "ItemElevatorCheck" component added to every items. This resets the scale of every item at every frame.

Could this be removed? What is it's purpose? Maybe I'm not aware of weird behaviors when items are moving haha

Piggy3590 commented 1 month ago

there was an issue where the scale of an object changed when parenting it to an elevator. presumably when zeekerss makes the code to attach the player in v55, it will be fixed then...

AboveFire commented 1 month ago

I see interesting, did not notice that bug :O