UnityNoobs/recess-zombie-escape-game

Add player state script

Open

#68 opened on Nov 18, 2018

 (0 comments) (0 reactions) (0 assignees)C# (0 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Follow the state pattern script to easily manage the player states: "idle", "run", "dead" etc.. See the already implemented script: EnemyState.cs https://github.com/UnityNoobs/recess-zombie-escape-game/blob/master/Assets/Scripts/Enemy/EnemyState.cs

Contributor guide