This commit is contained in:
Timothy Warren 2021-11-04 09:55:39 -04:00
parent fee78663de
commit 4c84ae9822

View File

@ -176,7 +176,7 @@ pub fn show_inventory(gs: &mut State, ctx: &mut Rltk) -> (ItemMenuResult, Option
ctx.draw_box( ctx.draw_box(
15, 15,
y - 2, y - 2,
32, 31,
(count + 3) as i32, (count + 3) as i32,
RGB::named(rltk::WHITE), RGB::named(rltk::WHITE),
RGB::named(rltk::BLACK), RGB::named(rltk::BLACK),