summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorKarlo Licudine <[email protected]>2020-05-22 00:30:23 +0000
committerGitHub <[email protected]>2020-05-22 02:30:23 +0200
commita33dd87c99f03c38de0ff757fb85fa49f2011ea7 (patch)
tree6433749c80a23905ffefa2885223620960ff8923 /examples/Makefile
parentc1bb051e61237ecc5faeeeb869d5c9fd5d612573 (diff)
downloadraylib-a33dd87c99f03c38de0ff757fb85fa49f2011ea7.tar.gz
raylib-a33dd87c99f03c38de0ff757fb85fa49f2011ea7.zip
Added Blend Modes example. (#1261)
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index ecd4344a..0e4e4ab9 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -411,7 +411,8 @@ TEXTURES = \
textures/textures_background_scrolling \
textures/textures_sprite_button \
textures/textures_sprite_explosion \
- textures/textures_bunnymark
+ textures/textures_bunnymark \
+ textures/textures_blend_modes
TEXT = \
text/text_raylib_fonts \