Skip to content

Commit

Permalink
Readd Missing Up and Down Arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgincoskun committed Aug 10, 2020
1 parent 4a794e4 commit 813c174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/jni/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ void draw_glyph(enum displayGlyph c, SDL_FRect rect, uint8_t r, uint8_t g, uint8
key = c;
} else {
switch(c){
convert_glyph(G_UP_ARROW,128+8,128+8)
convert_glyph(G_DOWN_ARROW,144+1,144+1)
convert_glyph(G_PLAYER, '@', 256)
convert_glyph(G_EASY, '&', 257)
convert_glyph(G_FOOD, ';', 258)
Expand Down

0 comments on commit 813c174

Please sign in to comment.