added gamescreen UI and simple start menu

This commit is contained in:
Mausham
2026-01-04 16:41:13 -08:00
parent dcf3bead16
commit 589260292c
508 changed files with 247792 additions and 516 deletions

View File

@@ -11,5 +11,8 @@ namespace Darkmatter.Core
public Vector2 moveInput { get; }
public Vector2 lookInput { get; }
public bool isShooting { get; }
public void DisableInput();
public void EnableInput();
}
}