Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit bf0ae11a53 - Show all commits

View File

@ -0,0 +1,13 @@
include $(JABY_ENGINE_DIR)/lib/ExportPath.mk
include $(JABY_ENGINE_DIR)/lib/RebuildTarget.mk
OUTPUT_DIR = bin
$(OUTPUT_DIR)/TexturePage.bin: TexturePage.png
@mkdir -p $(OUTPUT_DIR)
jaby_engine_fconv --lz4 $< -o $@ simple-tim clut4
all: $(OUTPUT_DIR)/TexturePage.bin
clean:
rm -fr $(OUTPUT_DIR)

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

Binary file not shown.