Prepare for quads

This commit is contained in:
Jaby
2023-05-18 21:24:40 +02:00
committed by Jaby
parent 0d10bae5fc
commit bc0129b93b
4 changed files with 14 additions and 4 deletions

BIN
examples/PoolBox/assets/IconTexture.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -7,7 +7,11 @@ $(OUTPUT_DIR)/TexturePage.bin: TexturePage.png
@mkdir -p $(OUTPUT_DIR)
jaby_engine_fconv --lz4 $< -o $@ simple-tim clut4
all: $(OUTPUT_DIR)/TexturePage.bin
$(OUTPUT_DIR)/IconTexture.bin: IconTexture.png
@mkdir -p $(OUTPUT_DIR)
jaby_engine_fconv --lz4 $< -o $@ simple-tim clut4
all: $(OUTPUT_DIR)/TexturePage.bin $(OUTPUT_DIR)/IconTexture.bin
clean:
rm -fr $(OUTPUT_DIR)