Skip to content

Commit 3a39b1f

Browse files
committed
ptakovina ver 1.0
1 parent a3d78e8 commit 3a39b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main_tcx.c

+2
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ void draw_goodbye() {
331331
tui_draw_box(13, 9, TUI_COL, TUI_BKCOL, gfx_spray_02, FALSE);
332332
tui_draw_box(1, 21, LIGHTGRAY, TUI_BKCOL, "jgs", FALSE);
333333

334+
tui_draw_box(73, 24, DARKGRAY, TUI_BKCOL, "ver 1.0", FALSE);
335+
334336
tui_message("\n\x01\x0fGood Bye\n", LIGHTCYAN, TUI_BKCOL);
335337
}
336338

0 commit comments

Comments
 (0)