diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-21 18:45:11 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-21 22:17:54 +0200 |
commit | 64e00aad013da92d29851d3e8109a006b4dff8c5 (patch) | |
tree | 081e9a2829f3c247d48bf6468030f35c85b2db4f /pixel-client/makefile | |
parent | b1eba76afaf7a506ff912634da6220db15d0023e (diff) | |
download | hurrycurry-64e00aad013da92d29851d3e8109a006b4dff8c5.tar hurrycurry-64e00aad013da92d29851d3e8109a006b4dff8c5.tar.bz2 hurrycurry-64e00aad013da92d29851d3e8109a006b4dff8c5.tar.zst |
pc: draw text
Diffstat (limited to 'pixel-client/makefile')
-rw-r--r-- | pixel-client/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/makefile b/pixel-client/makefile index 08bc46bc..764a4564 100644 --- a/pixel-client/makefile +++ b/pixel-client/makefile @@ -58,6 +58,6 @@ assets/sprites/%/all: assets/%.ini $(TEXTURES) $(COMPOSE) $(COMPOSE) $< assets/textures $(shell dirname $@) @touch $@ -assets/atlas.ta assets/atlas.meta.csv: assets/sprites/items/all assets/sprites/tiles/all assets/sprites/misc/all $(PACK) +assets/atlas.ta assets/atlas.meta.csv: assets/sprites/items/all assets/sprites/tiles/all assets/sprites/font/all assets/sprites/misc/all $(PACK) @echo $(PACK) assets/atlas.ta assets/atlas.meta.csv ... @$(PACK) assets/atlas.ta assets/atlas.meta.csv $(SPRITES) |