credit dj clearly in info panel

This commit is contained in:
Isaac0-dev 2024-05-10 00:04:08 +10:00 committed by GitHub
parent 85c3bde7e3
commit 108f35c369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ void djui_panel_info_create(struct DjuiBase *caller) {
{
snprintf(sInfo, 512, "\
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!");
struct DjuiText* text = djui_text_create(body, sInfo);