REXM: RENAME: example: textures_draw_tiled --> textures_tiled_drawing

This commit is contained in:
Ray
2025-09-03 18:45:50 +02:00
parent 33327760f1
commit d8ee8a45c4
8 changed files with 574 additions and 574 deletions

View File

@ -563,7 +563,7 @@ TEXTURES = \
textures/textures_background_scrolling \
textures/textures_blend_modes \
textures/textures_bunnymark \
textures/textures_draw_tiled \
textures/textures_tiled_drawing \
textures/textures_fog_of_war \
textures/textures_gif_player \
textures/textures_image_channel \
@ -871,7 +871,7 @@ textures/textures_bunnymark: textures/textures_bunnymark.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file textures/resources/wabbit_alpha.png@resources/wabbit_alpha.png
textures/textures_draw_tiled: textures/textures_draw_tiled.c
textures/textures_tiled_drawing: textures/textures_tiled_drawing.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file textures/resources/patterns.png@resources/patterns.png