Added interaction text next to cursor

This commit is contained in:
janis
2022-02-14 19:17:10 +01:00
parent cd3d015226
commit d59bf90deb
4 changed files with 511 additions and 509 deletions

View File

@@ -7,8 +7,10 @@ public class TreeInteraction : Interactable
public override string GetDescription() => "Baum muss schreie";
public override void Interact()
{
if(isInRange())
if (isInRange())
Debug.Log("AaaaaaaaaaAaAAaAaAAaAaAaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh");
else
Debug.Log("Tree is not in range");
}
}