From 3d14024fd8747d704910570f66a3592a8042e520 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Thu, 28 Mar 2024 02:58:08 -0400 Subject: [PATCH] Implement merch link. --- source/funkin/util/Constants.hx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/funkin/util/Constants.hx b/source/funkin/util/Constants.hx index c7bc03139..7ea537935 100644 --- a/source/funkin/util/Constants.hx +++ b/source/funkin/util/Constants.hx @@ -59,6 +59,11 @@ class Constants */ // ============================== + /** + * Link to buy merch for the game. + */ + public static final URL_MERCH:String = 'https://needlejuicerecords.com/pages/friday-night-funkin'; + /** * Link to download the game on Itch.io. */