removed test_assets in voxygen

Former-commit-id: 6f2a995cf6905066e41d4224016b3d63dfbcacca
This commit is contained in:
Pfauenauge90
2019-04-26 15:13:30 +02:00
committed by Pfauenauge
parent 60017a4f99
commit 33515bd04c
18 changed files with 9 additions and 4 deletions

View File

@ -635,11 +635,16 @@ impl Hud {
//.top_right_with_margins_on(ui_widgets.window, 5.0, 5.0) //.top_right_with_margins_on(ui_widgets.window, 5.0, 5.0)
//.set(self.ids.mmap_frame_bg, ui_widgets); //.set(self.ids.mmap_frame_bg, ui_widgets);
Image::new(self.imgs.mmap_frame) Image::new(self.imgs.mmap_frame)
.w_h(1750.0 / 8.0, 1650.0 / 8.0) .w_h(100.0*2.5, 100.0*2.5)
.top_right_with_margins_on(ui_widgets.window, 5.0, 5.0) .top_right_with_margins_on(ui_widgets.window, 5.0, 5.0)
.set(self.ids.mmap_frame, ui_widgets); .set(self.ids.mmap_frame, ui_widgets);
Rectangle::fill_with([92.0*2.5, 82.0*2.5], color::RED)
.mid_top_with_margin_on(self.ids.mmap_frame, 13.0*2.5+2.5)
.set(self.ids.mmap_frame_bg, ui_widgets);
// Title // Title
// Make it display the actual location // Make it display the actual location
Text::new("Uncanny Valley") Text::new("Uncanny Valley")
@ -1236,7 +1241,7 @@ impl Hud {
} }
// Title // Title
Text::new("Social") Text::new("Social")
.mid_top_with_margin_on(self.ids.social_frame, 16.0) .mid_top_with_margin_on(self.ids.social_frame, 17.0)
.font_id(self.font_metamorph) .font_id(self.font_metamorph)
.font_size(14) .font_size(14)
.color(TEXT_COLOR) .color(TEXT_COLOR)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.