Added gameover state. Cleaned up other things.

This commit is contained in:
2020-07-11 23:19:50 -05:00
parent dce1c03ba9
commit 0139832d19
10 changed files with 234 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
using SlatedGameToolkit.Framework.Graphics.Render;
namespace SkinnerBox.Utilities.Gameplay
namespace SkinnerBox.Utilities
{
public struct TransitionValue : IPositionInterpolable
{