8-4-25 @ 2:42 am
This commit is contained in:
@@ -4,8 +4,14 @@ using System;
|
||||
public partial class ManagerPanel : Panel
|
||||
{
|
||||
public bool _hovered = false;
|
||||
public int _returnCount = 0;
|
||||
|
||||
public void SetManager(Manager MANAGER)
|
||||
{
|
||||
SetPosition(new Vector2(100, 150));
|
||||
SetSprite(MANAGER._imagePath);
|
||||
SetValue(MANAGER._health);
|
||||
SetMax(MANAGER._healthMax);
|
||||
}
|
||||
public void SetPosition(Vector2 POSITION)
|
||||
{
|
||||
Position = POSITION;
|
||||
|
||||
Reference in New Issue
Block a user