From f5e60ac6142f5f3d71f5a6edc581094df840f12e Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 22 Mar 2022 02:20:02 +0530 Subject: Initial Commit * Basic Entity System Implemented --- source/utils/Constants.hx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 source/utils/Constants.hx (limited to 'source/utils/Constants.hx') 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; +} -- cgit v1.2.3