summaryrefslogtreecommitdiff
path: root/pixel-client/makefile
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-21 18:45:11 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-21 22:17:54 +0200
commit64e00aad013da92d29851d3e8109a006b4dff8c5 (patch)
tree081e9a2829f3c247d48bf6468030f35c85b2db4f /pixel-client/makefile
parentb1eba76afaf7a506ff912634da6220db15d0023e (diff)
downloadhurrycurry-64e00aad013da92d29851d3e8109a006b4dff8c5.tar
hurrycurry-64e00aad013da92d29851d3e8109a006b4dff8c5.tar.bz2
hurrycurry-64e00aad013da92d29851d3e8109a006b4dff8c5.tar.zst
pc: draw text
Diffstat (limited to 'pixel-client/makefile')
-rw-r--r--pixel-client/makefile2
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)