we used to KILL people WITH HAMMERS for saying things like that

This commit is contained in:
reisenlol 2026-01-13 23:02:06 -08:00
parent 17b1a1e367
commit daf3218043
No known key found for this signature in database
8 changed files with 235 additions and 54 deletions

View file

@ -26,7 +26,7 @@ public class PlayerEntityMovement : MonoBehaviour
public GameObject templateObject;
public bool isMoving;
private Vector3 mouseWorldPos;
[HideInInspector] public Vector3 mouseWorldPos;
private Vector3 mouseGridPos;
private Camera cam;