fixed chest, improved ui, improved difficulty
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Assets.Scripts
|
||||
|
||||
void Update()
|
||||
{
|
||||
if (messages.Count > 0 && GameObject.Find("Fight").transform.localScale.Equals(new Vector3(0, 0, 0)))
|
||||
if (messages.Count > 0)
|
||||
{
|
||||
if (!isDisplaying)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user