Add new character model, add title screen

This commit is contained in:
2022-08-13 17:45:49 -07:00
parent fd45fc11dc
commit 82f431adf0
13 changed files with 1142 additions and 237 deletions

View File

@@ -6,7 +6,7 @@
public static string Horizontal => "Horizontal";
public static string Interact => "Interact";
public static string Submit => "Submit";
public static string Cancel => "Cancel";
}