mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-16 06:46:02 +00:00
[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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user