diff options
| author | Ray <[email protected]> | 2022-07-07 12:09:30 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-07-07 12:09:30 +0200 |
| commit | e121058eb625c3d54ec8ec3eab0289c9a99fd086 (patch) | |
| tree | 1e32bed7287a36a73e7fe66e3cba4b0bb1bbd3ea /examples/Makefile | |
| parent | e3ff5f3dc250e8e1ca8acd59a0cd6e1a619cec07 (diff) | |
| download | raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.tar.gz raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.zip | |
RENAMED: example: textures_rectangle -> textures_sprite_anim
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 636f5ec6..8517a91c 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -413,7 +413,6 @@ SHAPES = \ TEXTURES = \ textures/textures_logo_raylib \ textures/textures_mouse_painting \ - textures/textures_rectangle \ textures/textures_srcrec_dstrec \ textures/textures_image_drawing \ textures/textures_image_generation \ @@ -425,12 +424,14 @@ TEXTURES = \ textures/textures_particles_blending \ textures/textures_npatch_drawing \ textures/textures_background_scrolling \ + textures/textures_sprite_anim \ textures/textures_sprite_button \ textures/textures_sprite_explosion \ textures/textures_bunnymark \ textures/textures_blend_modes \ textures/textures_draw_tiled \ - textures/textures_polygon + textures/textures_polygon \ + textures/textures_gif_anim TEXT = \ text/text_raylib_fonts \ |
