Passion & UI
This commit is contained in:
@@ -18,11 +18,15 @@ namespace Cielonos.MainGame.Inventory.Collections
|
||||
{
|
||||
base.OnEquipped();
|
||||
RegisterFunctionsToAnimSc();
|
||||
if(!player.inputSc.IsMoving) PlayTargetedAnimation("Equip");
|
||||
viewObjects["Wand"].SetFadeAnim(0.5f);
|
||||
//PlayerCanvas.MainWeaponUIArea.displayer.SetFrameOutline(1);
|
||||
}
|
||||
|
||||
|
||||
public override void OnSwitchIn()
|
||||
{
|
||||
if(!player.inputSc.IsMoving) PlayTargetedAnimation("Equip");
|
||||
}
|
||||
|
||||
public override void OnPrimaryPress()
|
||||
{
|
||||
if (!_isHoldingAttack && player.inputSc.IsHoldingSpecialA)
|
||||
|
||||
Reference in New Issue
Block a user