From d42d4fb6cd4d1b0404f35beeca15c528d6a023f3 Mon Sep 17 00:00:00 2001
From: m
Date: Thu, 22 Feb 2024 11:00:55 -0600
Subject: [PATCH] new branding :grapes:
---
README.md | 8 ++++----
src/client/component/branding.cpp | 8 ++++----
src/client/resource.rc | 4 ++--
src/client/resources/main.html | 2 +-
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 4bcaf7a1..b13099a8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-![license](https://img.shields.io/github/license/h1-mod/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)
-[![Build](https://github.com/h1-mod/h1-mod/workflows/Build/badge.svg)](https://github.com/h1-mod/h1-mod/actions)
-[![Build status](https://ci.appveyor.com/api/projects/status/0sh80kdnsvm53rno?svg=true)](https://ci.appveyor.com/project/h1-mod/h1-mod)
+![license](https://img.shields.io/github/license/auroramod/h1-mod.svg)
+[![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/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/auroramod/h1-mod)
[![Discord](https://img.shields.io/discord/945420505157083208?color=%237289DA&label=members&logo=discord&logoColor=%23FFFFFF)](https://discord.gg/RzzXu5EVnh)
# H1-Mod
diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp
index 9bd096d4..58698510 100644
--- a/src/client/component/branding.cpp
+++ b/src/client/component/branding.cpp
@@ -37,13 +37,13 @@ namespace branding
}
#ifdef DEBUG
- const auto text = "h1-mod: " VERSION " (" __DATE__ " " __TIME__ ")";
+ const auto text = "h1-mod (Aurora): " VERSION " (" __DATE__ " " __TIME__ ")";
#else
- const auto text = "h1-mod: " VERSION;
+ const auto text = "h1-mod (Aurora): " VERSION;
#endif
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{};
rect.x = 0;
@@ -68,7 +68,7 @@ namespace branding
return;
}
- scheduler::loop(draw_branding, scheduler::pipeline::renderer);
+ scheduler::loop(draw_branding, scheduler::renderer);
ui_get_formatted_build_number_hook.create(
SELECT_VALUE(0x406EC0_b, 0x1DF300_b), ui_get_formatted_build_number_stub);
diff --git a/src/client/resource.rc b/src/client/resource.rc
index fd0c2fb1..8041f901 100644
--- a/src/client/resource.rc
+++ b/src/client/resource.rc
@@ -74,9 +74,9 @@ BEGIN
VALUE "FileDescription", "H1-Mod"
VALUE "FileVersion", VERSION_FILE
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 "Info", "https://h1.gg"
+ VALUE "Info", "https://auroramod.dev"
VALUE "OriginalFilename", "h1-mod.exe"
VALUE "ProductName", "h1-mod"
VALUE "ProductVersion", VERSION_PRODUCT
diff --git a/src/client/resources/main.html b/src/client/resources/main.html
index 6e87228b..c56f2b84 100644
--- a/src/client/resources/main.html
+++ b/src/client/resources/main.html
@@ -492,7 +492,7 @@
Discord,
Website,
Docs,
- GitHub
+ GitHub
This project is based on work from