latest raylib snapshot

This commit is contained in:
richard 2022-03-10 00:10:24 +00:00
parent ff40b0a35e
commit 4b000fecaa
5 changed files with 36 additions and 19 deletions

View file

@ -302,7 +302,8 @@ class BlendMode(IntEnum):
BLEND_MULTIPLIED = 2
BLEND_ADD_COLORS = 3
BLEND_SUBTRACT_COLORS = 4
BLEND_CUSTOM = 5
BLEND_ALPHA_PREMUL = 5
BLEND_CUSTOM = 6
class Gesture(IntEnum):
GESTURE_NONE = 0