Factory puzzle feedback and VO

This commit is contained in:
journaliciouz
2025-12-18 19:53:22 +01:00
parent 61f6da7a7d
commit 44a0cb4522
206 changed files with 14462 additions and 45 deletions

View File

@@ -87,6 +87,7 @@ public class GlowOutline : ManagedBehaviour
if (itemSprite.sprite != null)
{
childSprite.sprite = itemSprite.sprite;
childSprite.flipX = itemSprite.flipX;
}
}