Update the list of contributors.

更新贡献者名单。
This commit is contained in:
Cold-Mint 2024-09-09 22:26:07 +08:00
parent 4ae8a5d470
commit fc8d33b28d
Signed by: Cold-Mint
GPG Key ID: C5A9BF8A98E0CE99
2 changed files with 10 additions and 6 deletions

View File

@ -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],
}
];

View File

@ -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;