Skip to content
Snippets Groups Projects
Commit b9033ba0 authored by isabellahandayani's avatar isabellahandayani
Browse files

fix: skeleton flame

parent b201deb2
Branches
1 merge request!20Development
...@@ -6,6 +6,6 @@ public class FlamePositionManager : MonoBehaviour ...@@ -6,6 +6,6 @@ public class FlamePositionManager : MonoBehaviour
{ {
void Update() void Update()
{ {
transform.position = new Vector3(transform.position.x, 2, transform.position.z); transform.localPosition = new Vector3((float) -0.13, (float) 3.63, (float) 3.13);
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment