A group of Star Bits that revolve around the player after they appear. They will move away from the player after a set amount of time has passed. If the current level is EggStarGalaxy2, no more Star Bits will appear if the player has accumulated 100 or more Star Bits.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Number of Star Bits: The number of Star Bits to be spawned. Default is 6. | |
Obj_arg1 | Integer | Both | False | Time Limit: How long the Star Bits will remain visible before they disappear. Default is 1200. | |
Obj_arg2 | Float | Both | False | Radius: How far the Star Bits should be placed from the player. Default is 350. | |
Obj_arg3 | Float | SMG2 | False | Displacement Factor: How much to displace the Star Bits on its Y axis. Default is 10. |
Name | Games | Required? | Description |
---|---|---|---|
SW_A | Both | True | Makes the Star Bits appear once this switch gets activated. |
SW_B | Both | False | If used, the Star Bits won't appear while this switch is activated. |