mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Font tweaks
This commit is contained in:
@@ -463,8 +463,8 @@ namespace Starlight.AnimeMatrix
|
||||
string time = DateTime.Now.ToString("HH" + second + "mm");
|
||||
|
||||
Clear();
|
||||
Text(time, 15, 0, 24);
|
||||
Text(DateTime.Now.ToString("yy'. 'MM'. 'dd"), 11F, 0, 14);
|
||||
Text(time, 15, 0, 25);
|
||||
Text(DateTime.Now.ToString("yy'. 'MM'. 'dd"), 11.5F, 0, 14);
|
||||
Present();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user