Continued with lighting
This commit is contained in:
parent
597a14743b
commit
e88d972ecc
12 changed files with 95 additions and 6 deletions
|
|
@ -148,6 +148,8 @@ namespace SM.Base
|
|||
MouseState = Mouse.GetState()
|
||||
};
|
||||
|
||||
if (context.KeyboardState[Key.AltLeft] && context.KeyboardState[Key.F4]) Close();
|
||||
|
||||
Update(e, ref context);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue