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.Web | |
| parent | e3ff5f3dc250e8e1ca8acd59a0cd6e1a619cec07 (diff) | |
| download | raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.tar.gz raylib-e121058eb625c3d54ec8ec3eab0289c9a99fd086.zip | |
RENAMED: example: textures_rectangle -> textures_sprite_anim
Diffstat (limited to 'examples/Makefile.Web')
| -rw-r--r-- | examples/Makefile.Web | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 9d27443d..9765a2ff 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -427,7 +427,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 \ @@ -439,6 +438,7 @@ 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 \ @@ -659,7 +659,7 @@ textures/textures_logo_raylib: textures/textures_logo_raylib.c textures/textures_mouse_painting: textures/textures_mouse_painting.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -textures/textures_rectangle: textures/textures_rectangle.c +textures/textures_sprite_anim: textures/textures_sprite_anim.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \ --preload-file textures/resources/scarfy.png@resources/scarfy.png |
