aboutsummaryrefslogtreecommitdiff
path: root/source/utils/Constants.hx
diff options
context:
space:
mode:
Diffstat (limited to 'source/utils/Constants.hx')
-rw-r--r--source/utils/Constants.hx7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/utils/Constants.hx b/source/utils/Constants.hx
new file mode 100644
index 0000000..c151e55
--- /dev/null
+++ b/source/utils/Constants.hx
@@ -0,0 +1,7 @@
+package utils;
+
+class Constants
+{
+ public static var defaultFont:String = AssetPaths.C800__ttf;
+ public static var stylyzedFont:String = AssetPaths.Lazer84__ttf;
+}