Create Test TileMap
This commit is contained in:
parent
60049cc9e5
commit
bf0ae11a53
|
@ -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)
|
Binary file not shown.
Loading…
Reference in New Issue