minor stuff

This commit is contained in:
2023-12-31 12:15:30 +02:00
parent 63d14ce2a9
commit dd5a86a8b7
5 changed files with 236 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ namespace Game
public override void OnStart()
{
consoleInputEvent = new InputEvent("Console");
consoleInputEvent.Triggered += OnConsoleInputEvent;
consoleInputEvent.Pressed += OnConsoleInputEvent;
FontReference fontReference = new FontReference(ConsoleFont, ConsoleFontSize);
Font fontRaw = fontReference.GetFont();