Skip to content

Commit

Permalink
A little better Thunder turret visually
Browse files Browse the repository at this point in the history
  • Loading branch information
Slotterleet committed Sep 8, 2024
1 parent fe4126a commit b371c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fos/content/FOSBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -1157,13 +1157,13 @@ luminium, new RailBulletType(){{
new ShapePart(){{
circle = true;
hollow = true;
color = Color.red;
color = Color.salmon;
radius = 0f;
radiusTo = 3f;
stroke = 0f;
strokeTo = 3f;
x = 0f; y = 18f;
layer = Layer.effect;
layer = Layer.effect - 0.01f;
}}
);
}};
Expand Down

0 comments on commit b371c32

Please sign in to comment.