Console work

This commit is contained in:
Matt Thorson
2020-06-18 00:13:50 -07:00
parent f95e638e91
commit 9de0160957
5 changed files with 125 additions and 15 deletions

View File

@ -181,7 +181,7 @@ namespace Strawberry
Time.Elapsed += Time.Delta;
}
Strawberry.Console.Update();
Strawberry.Console.[Friend]Update();
}
private void Render()
@ -203,7 +203,7 @@ namespace Strawberry
}
if (Console.Enabled)
Strawberry.Console.Draw();
Strawberry.Console.[Friend]Draw();
}
public Scene Scene