From 108f35c3690078d4e8ad2c28b510d4c8282e52b0 Mon Sep 17 00:00:00 2001 From: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Date: Fri, 10 May 2024 00:04:08 +1000 Subject: [PATCH] credit dj clearly in info panel --- src/pc/djui/djui_panel_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/djui/djui_panel_info.c b/src/pc/djui/djui_panel_info.c index ee8fbc18..4b9f1690 100644 --- a/src/pc/djui/djui_panel_info.c +++ b/src/pc/djui/djui_panel_info.c @@ -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);