REXM: RENAME: example: models_draw_cube_texture --> models_textured_cube

This commit is contained in:
Ray
2025-09-08 20:35:37 +02:00
parent d8f3b51a3f
commit ede4547015
8 changed files with 574 additions and 574 deletions

View File

@@ -606,7 +606,7 @@ MODELS = \
models/models_bone_socket \
models/models_box_collisions \
models/models_cubicmap_rendering \
models/models_draw_cube_texture \
models/models_textured_cube \
models/models_first_person_maze \
models/models_geometric_shapes \
models/models_gpu_skinning \
@@ -1043,7 +1043,7 @@ models/models_cubicmap_rendering: models/models_cubicmap_rendering.c
--preload-file models/resources/cubicmap.png@resources/cubicmap.png \
--preload-file models/resources/cubicmap_atlas.png@resources/cubicmap_atlas.png
models/models_draw_cube_texture: models/models_draw_cube_texture.c
models/models_textured_cube: models/models_textured_cube.c
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
--preload-file models/resources/cubicmap_atlas.png@resources/cubicmap_atlas.png