Added more symbols to the game, added gates blocking pathfinding and improved DSL feedback system with enum for better control and UX
This commit is contained in:
@@ -132,7 +132,10 @@ public partial class Tile
|
||||
Position = placeholder.transform.Origin
|
||||
};
|
||||
ContentNode.AddChild(decoration);
|
||||
decoration.LookAt(transform.Origin, Vector3.Up);
|
||||
if (!key.ToLower().Contains("gate"))
|
||||
{
|
||||
decoration.LookAt(transform.Origin, Vector3.Up);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user