This commit is contained in:
djkellerman
2025-02-26 21:10:35 -05:00
parent 62c4a240b0
commit 341e481ab4
3 changed files with 1 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
using UnityEngine;
public class HealthBarFollow : MonoBehaviour
{
public Transform target;
public Vector3 offset;
void Update()
{
if (target != null)
{
transform.position = target.position + offset;
}
}
}

View File

@@ -1,2 +0,0 @@
fileFormatVersion: 2
guid: 4bc53792102fa104f98e8374928d0979