DoubleSetting working, new icon

This commit is contained in:
kawaiizenbo 2022-12-08 21:58:14 -07:00
parent 0ebc2f3512
commit 95ed46fff0
6 changed files with 94 additions and 23 deletions

View file

@ -6,8 +6,8 @@ import me.kawaiizenbo.moonlight.module.settings.DoubleSetting;
public class TestDisplay extends Module_
{
DoubleSetting test1 = new DoubleSetting("test1", 1, 0, 20, 1);
DoubleSetting test2 = new DoubleSetting("test2", 0, 0, 1, 0.1);
DoubleSetting test1 = new DoubleSetting("test1", 1, 0, 20, 0);
DoubleSetting test2 = new DoubleSetting("test2", 0, 0, 1, 1);
public TestDisplay()
{