credit dj clearly in info panel
This commit is contained in:
parent
85c3bde7e3
commit
108f35c369
|
@ -12,7 +12,7 @@ void djui_panel_info_create(struct DjuiBase *caller) {
|
||||||
{
|
{
|
||||||
snprintf(sInfo, 512, "\
|
snprintf(sInfo, 512, "\
|
||||||
sm64coopdx is an online multiplayer project for the Super Mario 64 PC port, started by the Coop Deluxe Team.\n\
|
sm64coopdx is an online multiplayer project for the Super Mario 64 PC port, started by the Coop Deluxe Team.\n\
|
||||||
Its purpose is to actively maintain and improve, but also continue sm64ex-coop, an original idea from djoslin0.\n\
|
Its purpose is to actively maintain and improve, but also continue sm64ex-coop, created by djoslin0.\n\
|
||||||
More features, customizability, and power to the Lua API allow modders and players to enjoy Super Mario 64 more than ever!");
|
More features, customizability, and power to the Lua API allow modders and players to enjoy Super Mario 64 more than ever!");
|
||||||
|
|
||||||
struct DjuiText* text = djui_text_create(body, sInfo);
|
struct DjuiText* text = djui_text_create(body, sInfo);
|
||||||
|
|
Loading…
Reference in New Issue