mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
clean up
This commit is contained in:
parent
f3bda57e67
commit
7f45d274a8
@ -2,8 +2,8 @@ use super::{img_ids::Imgs, Fonts, TEXT_COLOR};
|
|||||||
use conrod_core::{
|
use conrod_core::{
|
||||||
color,
|
color,
|
||||||
position::Relative,
|
position::Relative,
|
||||||
widget::{self, Button, Image, Rectangle, Scrollbar},
|
widget::{self, Button, Image, Rectangle/*, Scrollbar*/},
|
||||||
widget_ids, Color, Colorable, Labelable, Positionable, Sizeable, Widget, WidgetCommon,
|
widget_ids, /*Color, Colorable,*/ Labelable, Positionable, Sizeable, Widget, WidgetCommon,
|
||||||
};
|
};
|
||||||
|
|
||||||
widget_ids! {
|
widget_ids! {
|
||||||
|
@ -287,7 +287,6 @@ impl Hud {
|
|||||||
imgs,
|
imgs,
|
||||||
fonts,
|
fonts,
|
||||||
ids,
|
ids,
|
||||||
ui_scale,
|
|
||||||
new_messages: VecDeque::new(),
|
new_messages: VecDeque::new(),
|
||||||
inventory_space: 8,
|
inventory_space: 8,
|
||||||
show: Show {
|
show: Show {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user