Fix Altar scaling
This commit is contained in:
@@ -18,7 +18,7 @@ public interface IPlayer : IKillable, ICharacterBody3D
|
||||
|
||||
public void LevelUp();
|
||||
|
||||
public void TeleportPlayer(Transform3D newTransform);
|
||||
public void TeleportPlayer((Vector3 Rotation, Vector3 Position) newTransform);
|
||||
|
||||
public void Equip(EquipableItem equipable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user