add sprint, basic projection for shovel dig radius

This commit is contained in:
2026-03-24 19:53:29 -05:00
parent 08e8ac6d67
commit 17ed6ba3cb
8 changed files with 900 additions and 1308 deletions
+2 -1
View File
@@ -6,11 +6,12 @@
// Handle room and scene transitions
public class TeleportHandler : MonoBehaviour
{
public Image blackScreenObject;
Image blackScreenObject;
PlayerController playerController;
private void Start()
{
blackScreenObject = GameManager.Instance.GetBlackScreen();
playerController = GetComponent<PlayerController>();
}