cleanup, and began working on main screen.
This commit is contained in:
@@ -12,6 +12,11 @@ namespace RhythmBullet.Zer01HD.Utilities.UI
|
||||
|
||||
public class Screen
|
||||
{
|
||||
public virtual Vector2 ScreenSize
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
ScreenState state;
|
||||
|
||||
public Screen(bool useEnterTransition = false)
|
||||
@@ -71,5 +76,6 @@ namespace RhythmBullet.Zer01HD.Utilities.UI
|
||||
{
|
||||
state = ScreenState.ExitTransition;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user