08-10-2025, 07:11 PM
Nothing good comes easy! Keep trying and I'm sure it'll be worthwhile.
My only notes are your code is not very readable, has ZERO comments and you seem to be using scale / 2 a lot, consider using a Half_Scale value or some instead to avoid the repeated math operations.
On a side note, never think your code sucks. it might not be as other would do it, as you wanted it or not as efficient as it could be but YOU made it! Be proud and keep attacking it!
Unseen
My only notes are your code is not very readable, has ZERO comments and you seem to be using scale / 2 a lot, consider using a Half_Scale value or some instead to avoid the repeated math operations.
On a side note, never think your code sucks. it might not be as other would do it, as you wanted it or not as efficient as it could be but YOU made it! Be proud and keep attacking it!
Unseen

