added test light switches and hold progress circle

This commit is contained in:
janis
2022-02-15 17:50:57 +01:00
parent c485401c58
commit 7872a35be1
341 changed files with 27344 additions and 9134 deletions

View File

@@ -1,5 +1,3 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TreeInteraction : Harvestable
@@ -8,7 +6,7 @@ public class TreeInteraction : Harvestable
public override string GetDescription()
{
if (isInRange())
return "Baum muss schreien";
return "Baum muss weg";
else
return "Tree is not in range";
}