Skip to content

Commit

Permalink
Update PlayerPlateUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 16, 2024
1 parent 34ef328 commit 38ff48c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified Fika.Core/Bundles/Files/playerui.bundle
Binary file not shown.
4 changes: 4 additions & 0 deletions Fika.Core/Coop/Custom/PlayerPlateUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ public class PlayerPlateUI : MonoBehaviour
public Image usecPlateScreen;
[SerializeField]
public Image bearPlateScreen;
[SerializeField]
public GameObject EffectsBackground;
[SerializeField]
public Image EffectImageTemplate;

public void SetNameText(string text)
{
Expand Down

0 comments on commit 38ff48c

Please sign in to comment.