mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-16 00:50:45 -06:00
* Add back button functionality to the installer. * Nuclear exits. * Adjust error code. * Rework waiting time into the installer process instead. * Extra waiting time during quitting. * Restore button max widths. * button_guide: set up Esc key texture * Update installer_wizard.cpp * Update resources submodule * installer_wizard: decrease nav button margin --------- Co-authored-by: Hyper <34012267+hyperbx@users.noreply.github.com>
20 lines
287 B
C++
20 lines
287 B
C++
#pragma once
|
|
|
|
inline std::array<const char*, 14> g_credits =
|
|
{
|
|
"Skyth",
|
|
"Hyper",
|
|
"Darío",
|
|
"Sajid",
|
|
"DeaThProj",
|
|
"RadiantDerg",
|
|
"PTKay",
|
|
"SuperSonic16",
|
|
"NextinHKRY",
|
|
"saguinee",
|
|
"LadyLunanova",
|
|
"LJSTAR",
|
|
"Goalringmod27",
|
|
"M&M"
|
|
};
|