mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
commit
e88921c77e
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class Weapon{
|
|||
public float x = 5f, y = 0f;
|
||||
/** random spread on the X axis */
|
||||
public float xRand = 0f;
|
||||
/** radius of occlusion drawn under the weapon; <0 to diable */
|
||||
/** radius of occlusion drawn under the weapon; <0 to disable */
|
||||
public float occlusion = -1f;
|
||||
/** fraction of velocity that is random */
|
||||
public float velocityRnd = 0f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue