adding credits, fixing frontend labels

This commit is contained in:
Hunter Rafferty
2024-02-05 02:37:51 -05:00
parent d7d6a060dc
commit 1dc01aeb6a
4 changed files with 99 additions and 37 deletions
@@ -16,6 +16,14 @@ namespace AC_e_Reader_Card_Creator.References
public static string VERSION = "v1.0.0";
public static string CREDIT = "AC e-Reader Character Card Creator\n" +
VERSION + "\n" +
"Created by: Hunter R.\n\n" +
"External tools by:\n" +
"CaitSith2\n" +
"Tim Schuerewegen\n" +
"BlackShark";
public static string STATIONERY_LIST = @"Project Files\References\AC_Stationery_List.txt";
public static string ITEM_LIST = @"Project Files\References\AC_Item_List.txt";
public static string SENDER_LIST = @"Project Files\References\AC_Sender_List.txt";