new branding 🍇
This commit is contained in:
parent
ca2a3c3eb6
commit
d42d4fb6cd
@ -1,7 +1,7 @@
|
|||||||
![license](https://img.shields.io/github/license/h1-mod/h1-mod.svg)
|
![license](https://img.shields.io/github/license/auroramod/h1-mod.svg)
|
||||||
[![open bugs](https://img.shields.io/github/issues/h1-mod/h1-mod/bug?label=bugs)](https://github.com/h1-mod/h1-mod/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
[![open bugs](https://img.shields.io/github/issues/auroramod/h1-mod/bug?label=bugs)](https://github.com/auroramod/h1-mod/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
|
||||||
[![Build](https://github.com/h1-mod/h1-mod/workflows/Build/badge.svg)](https://github.com/h1-mod/h1-mod/actions)
|
[![Build](https://github.com/auroramod/h1-mod/workflows/Build/badge.svg)](https://github.com/auroramod/h1-mod/actions)
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/0sh80kdnsvm53rno?svg=true)](https://ci.appveyor.com/project/h1-mod/h1-mod)
|
[![Build status](https://ci.appveyor.com/api/projects/status/0sh80kdnsvm53rno?svg=true)](https://ci.appveyor.com/project/auroramod/h1-mod)
|
||||||
[![Discord](https://img.shields.io/discord/945420505157083208?color=%237289DA&label=members&logo=discord&logoColor=%23FFFFFF)](https://discord.gg/RzzXu5EVnh)
|
[![Discord](https://img.shields.io/discord/945420505157083208?color=%237289DA&label=members&logo=discord&logoColor=%23FFFFFF)](https://discord.gg/RzzXu5EVnh)
|
||||||
|
|
||||||
# H1-Mod
|
# H1-Mod
|
||||||
|
@ -37,13 +37,13 @@ namespace branding
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
const auto text = "h1-mod: " VERSION " (" __DATE__ " " __TIME__ ")";
|
const auto text = "h1-mod (Aurora): " VERSION " (" __DATE__ " " __TIME__ ")";
|
||||||
#else
|
#else
|
||||||
const auto text = "h1-mod: " VERSION;
|
const auto text = "h1-mod (Aurora): " VERSION;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const auto placement = game::ScrPlace_GetViewPlacement();
|
const auto placement = game::ScrPlace_GetViewPlacement();
|
||||||
float text_color[4] = {0.6f, 0.6f, 0.6f, 0.6f};
|
float text_color[4] = {0.860f, 0.459f, 0.925f, 0.800f};
|
||||||
|
|
||||||
game::rectDef_s rect{};
|
game::rectDef_s rect{};
|
||||||
rect.x = 0;
|
rect.x = 0;
|
||||||
@ -68,7 +68,7 @@ namespace branding
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
scheduler::loop(draw_branding, scheduler::pipeline::renderer);
|
scheduler::loop(draw_branding, scheduler::renderer);
|
||||||
|
|
||||||
ui_get_formatted_build_number_hook.create(
|
ui_get_formatted_build_number_hook.create(
|
||||||
SELECT_VALUE(0x406EC0_b, 0x1DF300_b), ui_get_formatted_build_number_stub);
|
SELECT_VALUE(0x406EC0_b, 0x1DF300_b), ui_get_formatted_build_number_stub);
|
||||||
|
@ -74,9 +74,9 @@ BEGIN
|
|||||||
VALUE "FileDescription", "H1-Mod"
|
VALUE "FileDescription", "H1-Mod"
|
||||||
VALUE "FileVersion", VERSION_FILE
|
VALUE "FileVersion", VERSION_FILE
|
||||||
VALUE "InternalName", "H1-Mod"
|
VALUE "InternalName", "H1-Mod"
|
||||||
VALUE "LegalCopyright", "Copyright © 2022 H1-Mod. All rights reserved."
|
VALUE "LegalCopyright", "Copyright © 2024 Aurora. All rights reserved."
|
||||||
VALUE "Licence", "GPLv3"
|
VALUE "Licence", "GPLv3"
|
||||||
VALUE "Info", "https://h1.gg"
|
VALUE "Info", "https://auroramod.dev"
|
||||||
VALUE "OriginalFilename", "h1-mod.exe"
|
VALUE "OriginalFilename", "h1-mod.exe"
|
||||||
VALUE "ProductName", "h1-mod"
|
VALUE "ProductName", "h1-mod"
|
||||||
VALUE "ProductVersion", VERSION_PRODUCT
|
VALUE "ProductVersion", VERSION_PRODUCT
|
||||||
|
@ -492,7 +492,7 @@
|
|||||||
<a onClick="window.external.openUrl('https://discord.gg/RzzXu5EVnh');">Discord</a>,
|
<a onClick="window.external.openUrl('https://discord.gg/RzzXu5EVnh');">Discord</a>,
|
||||||
<a onClick="window.external.openUrl('https://h1.gg');">Website</a>,
|
<a onClick="window.external.openUrl('https://h1.gg');">Website</a>,
|
||||||
<a onClick="window.external.openUrl('https://docs.h1.gg');">Docs</a>,
|
<a onClick="window.external.openUrl('https://docs.h1.gg');">Docs</a>,
|
||||||
<a onClick="window.external.openUrl('https://github.com/h1-mod/h1-mod');">GitHub</a>
|
<a onClick="window.external.openUrl('https://github.com/auroramod/h1-mod');">GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This project is based on work from <a
|
This project is based on work from <a
|
||||||
|
Loading…
Reference in New Issue
Block a user