Minor tweak to electricity effect

This commit is contained in:
Stephen Seo 2023-08-24 14:58:00 +09:00
parent 6a0c4d6f37
commit b18728c684

View file

@ -9,7 +9,7 @@
constexpr int CYLINDER_SUB_COUNT_MAX = 3; constexpr int CYLINDER_SUB_COUNT_MAX = 3;
constexpr int CYLINDER_SPLIT_COUNT = 3; constexpr int CYLINDER_SPLIT_COUNT = 3;
constexpr int CYLINDER_SIDES = 8; constexpr int CYLINDER_SIDES = 3;
constexpr float CYLINDER_MAX_RADIUS = 0.03F; constexpr float CYLINDER_MAX_RADIUS = 0.03F;
constexpr float CYLINDER_EDGE_OFFSET = 0.01F; constexpr float CYLINDER_EDGE_OFFSET = 0.01F;