latest raylib snapshot
This commit is contained in:
parent
ff40b0a35e
commit
4b000fecaa
5 changed files with 36 additions and 19 deletions
|
@ -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
|
||||
|
|
Reference in a new issue