use default fasttube logo on mission select screen
This commit is contained in:
@ -51,7 +51,7 @@ MissionSelectViewBase::MissionSelectViewBase()
|
|||||||
add(missionList);
|
add(missionList);
|
||||||
|
|
||||||
logo.setXY(160, 266);
|
logo.setXY(160, 266);
|
||||||
logo.setBitmap(touchgfx::Bitmap(BITMAP_LOGO_DV_SMALL_WHITE_ID));
|
logo.setBitmap(touchgfx::Bitmap(BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID));
|
||||||
add(logo);
|
add(logo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -108,7 +108,7 @@
|
|||||||
"Y": 266,
|
"Y": 266,
|
||||||
"Width": 160,
|
"Width": 160,
|
||||||
"Height": 39,
|
"Height": 39,
|
||||||
"RelativeFilename": "logo_dv_small_white.png"
|
"RelativeFilename": "Fasttube_Logo_small_white.png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Interactions": [
|
"Interactions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user