diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-01 23:49:59 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-01 23:49:59 +0100 |
| commit | c3c4f2c7617c393ad6e8c7f1d87abf4a9a8cf602 (patch) | |
| tree | aff9fde951a0ecbd18aac6b32f6ccbbe82709610 /Penguloon/SceneManager.cs | |
| parent | da38e93e55b6ff46a53dcd9d2be393149089d329 (diff) | |
bobba
Diffstat (limited to 'Penguloon/SceneManager.cs')
| -rw-r--r-- | Penguloon/SceneManager.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Penguloon/SceneManager.cs b/Penguloon/SceneManager.cs index 83bc64e..8ce887e 100644 --- a/Penguloon/SceneManager.cs +++ b/Penguloon/SceneManager.cs @@ -1,4 +1,5 @@ using Microsoft.Xna.Framework.Input.Touch; +using Penguloon.Controls; using Penguloon.Scenes; namespace Penguloon @@ -51,6 +52,8 @@ namespace Penguloon default: return; } + + Alert.Draw(deltaTime); } /// <summary> @@ -78,6 +81,8 @@ namespace Penguloon default: return; } + + Alert.Update(deltaTime); } } }
\ No newline at end of file |
