changed some stuff

This commit is contained in:
FantasyPvP
2023-09-27 00:42:04 +01:00
parent 45304c26d8
commit 76a2ec2163
8 changed files with 88 additions and 58 deletions
+5
View File
@@ -268,6 +268,11 @@ this is gonna be the best game ever",
true,
)));
let mut bar = IndicatorBar::new(Pos::new(7, 7), 12);
bar.set_value(70);
bar.set_text(String::from("ayo"));
containers[0].elements.push(Box::new(bar));
render_frame(containers);
return;