Noita-Together / noita-together

Play alone together
MIT License
52 stars 17 forks source link

Bump nt-message for https://github.com/Noita-Together/nt-message/pull/1 #159

Closed myndzi closed 8 months ago

myndzi commented 8 months ago

NOTE: when preparing the release, be sure to update the @noita-together/nt-message dependency; if you have the old version present from a previous build, it will not include the fix!

The frame encoder will no longer throw an error when receiving scale_x/scale_y values that aren't +-1, which was happening with the shrinking mage in the new enemies mod. Now, the encoder will encode a value such as -0.89 as -1. This means that other players won't see the scale change, but the NT app will not crash/fail on encoding the message.

I don't expect that adding this support is going to add a lot of value, so I don't have plans to build it, but if we learn of some demand we can go further.

myndzi commented 8 months ago

r? @SkyeOfBreeze