Added Sprite Color Blend and Global AntiAlias functions

This commit is contained in:
n00b
2024-12-22 20:27:40 -05:00
parent ff01fa83f4
commit d91146db60
20 changed files with 1740 additions and 1546 deletions

View File

@@ -27,3 +27,5 @@ sub DrawImage_Rotozoom(slot, x, y, angle, zx, zy)
sub DrawImage_RotozoomEx(slot, x, y, src_x, src_y, src_w, src_h, angle, zx, zy)
sub DrawImage_Flip(slot, x, y, h, v)
sub DrawImage_FlipEx(slot, x, y, src_x, src_y, src_w, src_h, h, v)
sub SetAntiAliasMode( aa_mode )
function GetAntiAliasMode( )