Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
[fix] Partial fix for Black screen in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna5ama committed Jan 5, 2021
1 parent 48d98a6 commit 072fe97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import kotlin.math.round
)
object ClickGUI : Module() {
private val scaleSetting = setting("Scale", 100, 50..400, 5)
val blur by setting("Blur", 0.5f, 0.0f..1.0f, 0.05f)
val blur by setting("Blur", 0.0f, 0.0f..1.0f, 0.05f)
val darkness by setting("Darkness", 0.25f, 0.0f..1.0f, 0.05f)
val fadeInTime by setting("FadeInTime", 0.25f, 0.0f..1.0f, 0.05f)
val fadeOutTime by setting("FadeOutTime", 0.1f, 0.0f..1.0f, 0.05f)
Expand Down

0 comments on commit 072fe97

Please sign in to comment.