From fc8d33b28d7cfbfe9f720da5f786048729dde314 Mon Sep 17 00:00:00 2001 From: Cold-Mint Date: Mon, 9 Sep 2024 22:26:07 +0800 Subject: [PATCH] =?UTF-8?q?Update=20the=20list=20of=20contributors.=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B4=A1=E7=8C=AE=E8=80=85=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/contribute/ContributorDataManager.cs | 14 ++++++++++---- scripts/loader/uiLoader/MainMenuLoader.cs | 2 -- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/scripts/contribute/ContributorDataManager.cs b/scripts/contribute/ContributorDataManager.cs index 7195b4e..3d08276 100644 --- a/scripts/contribute/ContributorDataManager.cs +++ b/scripts/contribute/ContributorDataManager.cs @@ -14,31 +14,37 @@ public static class ContributorDataManager private static readonly ContributorData[] ContributorArray = [ - new ContributorData + new() { Name = "Cold-Mint", Url = "https://github.com/Cold-Mint", ContributorTypes = [ContributorType.Coder], }, - new ContributorData + new() { Name = "霧雨烨", Url = "https://github.com/Web13234", ContributorTypes = [ContributorType.Coder] }, - new ContributorData + new() { Name = "[HYPERLINK BLOCKED]", Url = "https://www.pixiv.net/users/74412798", ContributorTypes = [ContributorType.Artist], ToolTip = "贡献死灵法杖和背包的贴图。" }, - new ContributorData + new() { Name = "\u2605如爱生", Url = "https://space.bilibili.com/425243934", ContributorTypes = [ContributorType.Artist], ToolTip = "贡献了一些枪械贴图。" + }, + new() + { + Name = "Ride-A-Pig", + Url = "https://github.com/Ride-A-Pig", + ContributorTypes = [ContributorType.Coder], } ]; diff --git a/scripts/loader/uiLoader/MainMenuLoader.cs b/scripts/loader/uiLoader/MainMenuLoader.cs index 6365bf2..ddec51b 100644 --- a/scripts/loader/uiLoader/MainMenuLoader.cs +++ b/scripts/loader/uiLoader/MainMenuLoader.cs @@ -1,7 +1,6 @@ using System; using System.Text; using ColdMint.scripts.contribute; -using ColdMint.scripts.debug; using ColdMint.scripts.utils; using Godot; @@ -98,7 +97,6 @@ public partial class MainMenuLoader : UiLoaderTemplate { _levelGraphEditorButton.Pressed += () => { - LogCat.Log("level_graph_editor"); if (_levelGraphEditor == null) { return;