Apply changes in line with osu!framework changes

This commit is contained in:
smoogipoo
2018-09-05 14:59:37 +09:00
parent b0f9c0f6f0
commit d5acc96efa
5 changed files with 3 additions and 30 deletions

View File

@ -4,7 +4,6 @@
using System;
using Humanizer;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Cursor;
using osu.Game.Graphics.Sprites;
@ -16,7 +15,6 @@ namespace osu.Game.Graphics
public DrawableDate(DateTimeOffset date)
{
AutoSizeAxes = Axes.Both;
Font = "Exo2.0-RegularItalic";
Date = date.ToLocalTime();