0 of 0

File information

Last updated

Original upload

Created by

Andrinall

Uploaded by

Andrinall

Virus scan

Safe to use

Tags for this mod

About this mod

This modification allows you to wash the stain off the helmet visor.

Requirements
Permissions and credits
Changelogs
In the update dated 30.12.2024, the developer added a system that generates a stain in a random place on the helmet visor after a bee hit.
This modification allows you to wash the stain off the helmet visor.


For developers:
Source: https://github.com/Andrinall/WashUrHelmet

bool WashUrHelmet.IsStainVisible(); // Use to check if a stain exists.
void WashUrHelmet.StainWash(); // Use to wash the stain off the helmet visor if it exists.
void WashUrHelmet.SmoothStainWash(); // Use inside ticking methods (Update(), FixedUpdate() and others) to slowly wash the stain from the helmet visor.

// You can change the wash speed by changing the WashUrHelmet.SmoothWashingSpeed field as a float.