mass commit of laziness

This commit is contained in:
NotAKidoS 2025-12-28 20:30:00 -06:00
parent ce992c70ee
commit 6d4fc549d9
167 changed files with 5471 additions and 675 deletions

View file

@ -244,7 +244,7 @@ public class PropLoadingHexagonMod : MelonMod
loadingObject = Object.Instantiate(loadingHexPrefab, Vector3.zero, Quaternion.identity, loadingHexContainer.transform);
loadingHexComponent = loadingObject.GetComponent<LoadingHexagonController>();
float avatarHeight = PlayerSetup.Instance._avatarHeight;
float avatarHeight = PlayerSetup.Instance.AvatarHeight;
Transform hexTransform = loadingObject.transform;
hexTransform.localScale = Vector3.one * avatarHeight / 4f; // scale modifier
hexTransform.GetChild(0).position = Vector3.up * avatarHeight / 2f; // position modifier