removed test_assets in voxygen

Former-commit-id: f9cac7ebf57a4997fd64e1cb65c4582940c30f42
This commit is contained in:
Pfauenauge90
2019-04-26 15:13:30 +02:00
parent d83dc6daf4
commit 9ea4cd917f
18 changed files with 9 additions and 4 deletions

View File

@ -633,13 +633,18 @@ impl Hud {
//Image::new(self.imgs.mmap_frame_bg) //Image::new(self.imgs.mmap_frame_bg)
//.w_h(1750.0 / 8.0, 1650.0 / 8.0) //.w_h(1750.0 / 8.0, 1650.0 / 8.0)
//.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.