itb-community / ITB-ModLoader

A lua-based mod loader for the game Into the Breach
48 stars 18 forks source link

Add ability to serialize Point #171

Closed Lemonymous closed 2 years ago

Lemonymous commented 2 years ago

Note: Merged feature/itb-io #164 into branch to account for its changes to the serializer.

Point variables are used a lot in ITB, this change allows Point variables to be serialized to file, so they can be deserialized when the file is read.