Added scissor test and mouse painting examples proposed in #890 (#919)

- Updated Makefile with new examples
This commit is contained in:
ChrisDill
2019-07-28 10:12:13 +01:00
committed by Ray
parent 153f078bd1
commit 879c874330
3 changed files with 215 additions and 0 deletions

View File

@ -365,6 +365,7 @@ EXAMPLES = \
core/core_window_letterbox \
core/core_drop_files \
core/core_random_values \
core/core_scissor_test \
core/core_storage_values \
core/core_vr_simulator \
core/core_loading_thread \
@ -394,6 +395,7 @@ EXAMPLES = \
text/text_rectangle_bounds \
text/text_unicode \
textures/textures_logo_raylib \
textures/textures_mouse_painting \
textures/textures_rectangle \
textures/textures_srcrec_dstrec \
textures/textures_image_drawing \