* Ore veins

I dislike rocks just providing generic drops and this factors into mining more.

* fixes

* descriptions

* comment

* every flipping time
This commit is contained in:
metalgearsloth
2023-02-12 23:40:57 +11:00
committed by GitHub
parent 351c53e774
commit f96fc1be41
31 changed files with 434 additions and 9 deletions

View File

@@ -0,0 +1,12 @@
using Robust.Shared.GameStates;
namespace Content.Shared.IconSmoothing;
/// <summary>
/// Applies an edge sprite to <see cref="IconSmoothComponent"/> for non-smoothed directions.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed class SmoothEdgeComponent : Component
{
}