Skip to content

Commit

Permalink
Use font with shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioarnold committed Dec 9, 2023
1 parent e4e3d0e commit 4f4744c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added img/font-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export fn onInit() void {
door_sprite.loadFromUrl("img/door.png", 16, 16);
spike_sprite.loadFromUrl("img/spike.png", 16, 24);
tiles_tex.loadFromUrl("img/needleman.png", 16, 8);
font_tex.loadFromUrl("img/font.png", 16, 8);
font_tex.loadFromUrl("img/font-shadow.png", 16, 8);
clearText();
text_tex.loadFromData(text_buffer[0..], text_w, text_h);

Expand Down

0 comments on commit 4f4744c

Please sign in to comment.