Skip to content

Can't touch and consume the Heart Prefab #48

@ghost

Description

I'm in chapter 6.
I already finish the UI and I created a HealthBar UI
And I change the player.cs
The way you did.
switch(hitObject.itemType)
{
case Item.ItemType.COIN:
shoulddisappear = true;
break;

case Item.ItemType.HEALTH:
shoulddisappear = AdjustmentHitPoints(hitObject.quantity);
}

And so on.
I really don't know what to do i stack to this chapter for almost 3 weeks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions