update info panel (#12)
This commit is contained in:
parent
b08fc74a3d
commit
e455db33fb
|
@ -10,13 +10,14 @@ void djui_panel_info_create(struct DjuiBase* caller) {
|
||||||
struct DjuiThreePanel* panel = djui_panel_menu_create(DLANG(INFORMATION, INFORMATION_TITLE));
|
struct DjuiThreePanel* panel = djui_panel_menu_create(DLANG(INFORMATION, INFORMATION_TITLE));
|
||||||
struct DjuiBase* body = djui_three_panel_get_body(panel);
|
struct DjuiBase* body = djui_three_panel_get_body(panel);
|
||||||
{
|
{
|
||||||
snprintf(sInfo, 1024, "sm64coopdx is a project started by the Coop Deluxe team \
|
snprintf(sInfo, 1024, "\
|
||||||
to actively maintain, improve on and provide a better \
|
sm64coopdx is an online multiplayer project for the \
|
||||||
community for sm64ex-coop. We are adding more features, \
|
Super Mario 64 PC port, started by the Coop Deluxe Team.\n\
|
||||||
customizability, and power to the Lua API without having to \
|
Its purpose is to actively maintain and improve \
|
||||||
jump through the many hoops of issues sm64ex-coop \
|
sm64ex-coop, an original idea from djoslin0.\n\
|
||||||
development has, or deal with cool new features being \
|
More features, customizability, and power to the Lua API \
|
||||||
turned down by overly cautious developers.\n\
|
allow modders and players to enjoy Super Mario 64 \
|
||||||
|
more than ever!\n\
|
||||||
\n\
|
\n\
|
||||||
Coop Deluxe Team:\n\
|
Coop Deluxe Team:\n\
|
||||||
Agent X: Lead Developer, Creator\n\
|
Agent X: Lead Developer, Creator\n\
|
||||||
|
|
Loading…
Reference in New Issue