diff options
| author | Jeffery Myers <[email protected]> | 2022-01-16 08:47:17 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-16 17:47:17 +0100 |
| commit | 4b998cfd05bb75aa45d33a000c33f559521981a8 (patch) | |
| tree | 8d0e2602fe17ebb1da7a975ff122ed25eaf24a6f /examples/Makefile | |
| parent | 15b36e04b2af9eb49c40d265495ad122a3a5b1f3 (diff) | |
| download | raylib-4b998cfd05bb75aa45d33a000c33f559521981a8.tar.gz raylib-4b998cfd05bb75aa45d33a000c33f559521981a8.zip | |
[Examples] Top down lights example (#2199)
* Start 2d lights example.
* finish example
* update image.
* Cleanup render textures
* Fixes to handle shadows on edges that are near to the light better.
* tabs
* move to shapes
Co-authored-by: Jeffery Myers <[email protected]>
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index ac1284f2..3d48bd77 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -411,7 +411,7 @@ SHAPES = \ shapes/shapes_easings_rectangle_array \ shapes/shapes_draw_ring \ shapes/shapes_draw_circle_sector \ - shapes/shapes_draw_rectangle_rounded + shapes/Sshapes_top_down_lights TEXTURES = \ textures/textures_logo_raylib \ |
