[shapes] Add shapes_rectangle_advanced example implementing a DrawRectangleRoundedGradientH function (#4435)

* [rshapes] Add  function

* "[shapes] rectangle advanced: fix screen width and height to fit with other examples"
This commit is contained in:
Everton Jr. 2024-10-29 18:23:51 -03:00 committed by GitHub
parent d15e583460
commit ad79d4a884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 809 additions and 82 deletions

View file

@ -532,7 +532,8 @@ SHAPES = \
shapes/shapes_logo_raylib_anim \
shapes/shapes_rectangle_scaling \
shapes/shapes_splines_drawing \
shapes/shapes_top_down_lights
shapes/shapes_top_down_lights \
shapes/shapes_rectangle_advanced
TEXTURES = \
textures/textures_background_scrolling \