edge colliders on camera

animals are moving now (very bad => will get better)
set BasicTile Collider2D isTrigger to false
This commit is contained in:
d-hain 2022-06-10 17:51:46 +02:00
parent f454e82aab
commit 3a564aa909
7 changed files with 380 additions and 86 deletions

View file

@ -15,7 +15,7 @@ public class Item : ScriptableObject, IComparable<Item> {
public Item(string displayName, string description, int id) {
this.displayName = displayName;
this.description = description;
this._id = id;
_id = id;
}
public int CompareTo(Item other) {