|
@ -577,7 +577,7 @@ TEXTURES = \ |
|
|
textures/textures_particles_blending \
|
|
|
textures/textures_particles_blending \
|
|
|
textures/textures_polygon_drawing \
|
|
|
textures/textures_polygon_drawing \
|
|
|
textures/textures_raw_data \
|
|
|
textures/textures_raw_data \
|
|
|
textures/textures_sprite_anim \
|
|
|
|
|
|
|
|
|
textures/textures_sprite_animation \
|
|
|
textures/textures_sprite_button \
|
|
|
textures/textures_sprite_button \
|
|
|
textures/textures_sprite_explosion \
|
|
|
textures/textures_sprite_explosion \
|
|
|
textures/textures_srcrec_dstrec \
|
|
|
textures/textures_srcrec_dstrec \
|
|
@ -927,7 +927,7 @@ textures/textures_raw_data: textures/textures_raw_data.c |
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
|
|
|
--preload-file textures/resources/fudesumi.raw@resources/fudesumi.raw |
|
|
--preload-file textures/resources/fudesumi.raw@resources/fudesumi.raw |
|
|
|
|
|
|
|
|
textures/textures_sprite_anim: textures/textures_sprite_anim.c |
|
|
|
|
|
|
|
|
textures/textures_sprite_animation: textures/textures_sprite_animation.c |
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
|
|
|
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) \
|
|
|
--preload-file textures/resources/scarfy.png@resources/scarfy.png |
|
|
--preload-file textures/resources/scarfy.png@resources/scarfy.png |
|
|
|
|
|
|
|
|