Skip to content

Commit

Permalink
GameConstants - Add reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
NessieHax committed Jul 3, 2024
1 parent 9a37eac commit 642261c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PCK-Studio/Internal/GameConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace PckStudio.Internal
{
internal static class GameConstants
{
// See: https://minecraft.fandom.com/wiki/Dye#Color_values for more information.
public static readonly Color[] DyeColors = [
Color.FromArgb(0xf9fffe), // White
Color.FromArgb(0xf9801d), // Orange
Expand Down

0 comments on commit 642261c

Please sign in to comment.