mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-01-16 21:08:22 +01:00
tweak the build id a bit
This commit is contained in:
parent
d06d827833
commit
a12489844b
@ -1,5 +1,5 @@
|
|||||||
GIT_VERSION := $(shell git describe --always --tags --long --dirty 2>/dev/null || echo "NO_GIT")
|
GIT_VERSION := $(shell git describe --always --tags --long --dirty 2>/dev/null || echo "NO_GIT")
|
||||||
CI_JOB_ID ?= NO_CI
|
CI_JOB_ID ?= 00000000
|
||||||
|
|
||||||
|
|
||||||
git-version.tmp:
|
git-version.tmp:
|
||||||
|
@ -1936,7 +1936,7 @@ CMenuManager::Draw()
|
|||||||
snprintf(strver, sizeof(strver), "DCA3: %s", getExecutableTag());
|
snprintf(strver, sizeof(strver), "DCA3: %s", getExecutableTag());
|
||||||
AsciiToUnicode(strver, ustr);
|
AsciiToUnicode(strver, ustr);
|
||||||
|
|
||||||
CFont::SetScale(MENU_X(MENU_TEXT_SIZE_X), MENU_Y(MENU_TEXT_SIZE_Y));
|
CFont::SetScale(MENU_X(MENU_TEXT_SIZE_X*3/4), MENU_Y(MENU_TEXT_SIZE_Y*3/4));
|
||||||
CFont::SetColor(CRGBA(MENUOPTION_COLOR.r, MENUOPTION_COLOR.g, MENUOPTION_COLOR.b, FadeIn(255)));
|
CFont::SetColor(CRGBA(MENUOPTION_COLOR.r, MENUOPTION_COLOR.g, MENUOPTION_COLOR.b, FadeIn(255)));
|
||||||
CFont::PrintString(MENU_X_LEFT_ALIGNED(BUILDID_TEXT_LEFT_MARGIN), SCREEN_SCALE_FROM_BOTTOM(BUILDID_TEXT_BOTTOM_MARGIN), ustr);
|
CFont::PrintString(MENU_X_LEFT_ALIGNED(BUILDID_TEXT_LEFT_MARGIN), SCREEN_SCALE_FROM_BOTTOM(BUILDID_TEXT_BOTTOM_MARGIN), ustr);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user