This PR should fix the issue #31 since the problem was that the three AngleOffset lists simply weren't the same size. This was refactored to now use three loops instead of just one, and all same-indices of all three lists will still use the same value as before.
Issue link: https://github.com/RkShaRkz/Starsector-IntelliJ-Template/issues/31
This PR should fix the issue #31 since the problem was that the three AngleOffset lists simply weren't the same size. This was refactored to now use three loops instead of just one, and all same-indices of all three lists will still use the same value as before.