From c3c4f2c7617c393ad6e8c7f1d87abf4a9a8cf602 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Mon, 1 Jan 2018 23:49:59 +0100 Subject: bobba --- Penguloon/SceneManager.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Penguloon/SceneManager.cs') 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); } /// @@ -78,6 +81,8 @@ namespace Penguloon default: return; } + + Alert.Update(deltaTime); } } } \ No newline at end of file -- cgit v1.2.3-70-g09d2