0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Add note about cube shape at high range

This commit is contained in:
Alexander01998 2024-09-06 09:04:41 +02:00
parent 6da43874e9
commit 59367f6e9c

View File

@ -14,7 +14,11 @@ public final class NukerShapeSetting
{
public NukerShapeSetting()
{
super("Shape", NukerShape.values(), NukerShape.SPHERE);
super("Shape",
"\u00a7lNote:\u00a7r If your range is set too high, the cube shape"
+ " will start to look like a sphere because you can't reach"
+ " the corners. Ranges 1-3 work best for the cube shape.",
NukerShape.values(), NukerShape.SPHERE);
}
public enum NukerShape