mirror of
https://github.com/DerTyp7/example-top-down-unity.git
synced 2025-10-30 04:47:09 +01:00
Render Pipeline set up Transparency Sort Mode
This commit is contained in:
@@ -4,7 +4,7 @@ using UnityEngine;
|
|||||||
|
|
||||||
public class TreeInteraction : Interactable
|
public class TreeInteraction : Interactable
|
||||||
{
|
{
|
||||||
public override string GetDescription() => "Baum muss schreie";
|
public override string GetDescription() => "Baum muss schreien";
|
||||||
public override void Interact()
|
public override void Interact()
|
||||||
{
|
{
|
||||||
if (isInRange())
|
if (isInRange())
|
||||||
@@ -13,4 +13,3 @@ public class TreeInteraction : Interactable
|
|||||||
Debug.Log("Tree is not in range");
|
Debug.Log("Tree is not in range");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -44,3 +44,6 @@ TagManager:
|
|||||||
- name: Player
|
- name: Player
|
||||||
uniqueID: 1888187
|
uniqueID: 1888187
|
||||||
locked: 0
|
locked: 0
|
||||||
|
- name: Tree
|
||||||
|
uniqueID: 2298673607
|
||||||
|
locked: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user