Skip to content

Commit

Permalink
avanto: fix a font build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Dec 31, 2024
1 parent 9e6145f commit 150feb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/avanto/avanto.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(FILESYSTEM_DIR)/avanto/banner%font64 $(FILESYSTEM_DIR)/avanto/timer%font64: $(
@mkdir -p $(dir $@)
@echo " [AVANTO FONT] $@"
$(N64_MKFONT) --outline 2 --range 20-5A -s 100 -o $(dir $@) "$<"
mv "$(dir $@)/squarewave.font64" "$@"
mv "$(dir $@)/squarewave.font64" $(FILESYSTEM_DIR)/avanto/banner.font64
@echo " [AVANTO FONT] $@"
$(N64_MKFONT) --outline 1 --range 30-39 -s 48 --ellipsis 30,3 -o $(dir $@) "$<"
mv "$(dir $@)/squarewave.font64" "$@"
mv "$(dir $@)/squarewave.font64" $(FILESYSTEM_DIR)/avanto/timer.font64

0 comments on commit 150feb6

Please sign in to comment.