DryByte / aos.dll

A DLL for classic Ace of Spades aiming to add the current clients features and customizing the current game.
GNU General Public License v3.0
8 stars 2 forks source link

Update drawtile #1

Closed DryByte closed 1 year ago

DryByte commented 1 year ago

Stop getting the screen size and doing sub on it, its unnecessary to do so, keeping the shift for easy to use. It can lead to confusion and headache. (https://github.com/DryByte/aos.dll/blob/main/src/voxlap.c#L27)

Add an shl for moving 16 bits for zoom, so it becomes easier to use the function. And add comments for zoom specifying if its X or Y (https://github.com/DryByte/aos.dll/blob/main/src/voxlap.c#L24)