From 5dde448c32e650cc642e6cf2a6c71e5d72591a30 Mon Sep 17 00:00:00 2001 From: The Original YEET <87608865+OrgYEET@users.noreply.github.com> Date: Sun, 10 Oct 2021 15:14:26 +0530 Subject: [PATCH] <------ --- vars.ini | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vars.ini diff --git a/vars.ini b/vars.ini new file mode 100644 index 0000000..059bcbc --- /dev/null +++ b/vars.ini @@ -0,0 +1,19 @@ +[Variables] + +Size_of_the_Clock=1 +;Default is 1 + +Font_of_the_Clock=Montserrat +;Default is Montserrat ( font install file in resource folder ) + +Font_of_the_Player=Montserrat +;Default is Montserrat ( font install file in resource folder ) + +Color_of_Hour=255,255,255,255 +;Default is 255,255,255,255 ( RRR,GGG,BBB,AAA) + +Color_of_Minute=255,255,255,200 +;Default is 255,255,255,200 ( RRR,GGG,BBB,AAA) + +Color_of_Player=255,255,255,255 +;Default is 255,255,255,255 ( RRR,GGG,BBB,AAA) \ No newline at end of file