Skip to content

Commit 00754f5

Browse files
committed
README.md: Forgot to mention the namespace for draw_confirm(), draw_hiscores() etc.
1 parent baf26c8 commit 00754f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ There are now two namespaces: `t8` and `t8x`. `t8` contain the core features and
9393
* `draw_frame()` (`t8`) : Draws a simple frame around your frame buffer.
9494
* `draw_game_over()`, `draw_you_won()` (`t8x`) : Draws wavy banners in the FIGlet font Grafitti. Used by `GameEngine` if those features are enabled.
9595
* `draw_paused()` (`t8x`) : Draws an animated pause screen.
96-
* `draw_confirm()`, `draw_input_hiscore()`, `draw_hiscores()` : These are the more UI-related functions of this header.
96+
* `draw_confirm()`, `draw_input_hiscore()`, `draw_hiscores()` (`t8x`) : These are the more UI-related functions of this header.
9797
* `screen/Text.h` (`t8`) : `Text` handles text output and translates Color enum items to corresponding color values depending on platform compiled. Is also responsible for creating the appropriate ANDI escape sequences for the TTY and such.
9898
* `screen/ScreenHandler.h` (`t8`) : Contains the screen buffers (char / fg-color / bg-color) and manages transparency etc. It outputs the contents to the terminal via a privatly owned `Text` object.
9999
* `screen/ScreenScaling.h` (`t8x`) : Friend with `ScreenHandler.h` which allows you to scale the screen buffer. Beware that any acutal text or ASCII banner will not be readable when scaled up or down!

0 commit comments

Comments
 (0)