Skip to content

Commit

Permalink
fix: UI: log height
Browse files Browse the repository at this point in the history
  • Loading branch information
kiedtl committed Aug 22, 2023
1 parent e106fc4 commit aa498a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.zig
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub const FRAMERATE = 1000 / 45;

pub const LEFT_INFO_WIDTH: usize = 35;
//pub const RIGHT_INFO_WIDTH: usize = 24;
pub const LOG_HEIGHT = 14;
pub const LOG_HEIGHT = 7;
pub const ZAP_HEIGHT = 15 + 4;
pub const PLAYER_INFO_MODAL_HEIGHT = 24;
pub const MAP_HEIGHT_R = 14;
Expand Down

0 comments on commit aa498a4

Please sign in to comment.