small planes (#114)

* small planes

small planes

* Add KasinoPlanesSize setting for Planes board

Add KasinoPlanesSize setting for Planes board
This commit is contained in:
alogindtractor
2026-05-11 20:01:03 -07:00
committed by GitHub
parent 2ad5c46835
commit d157d0a0a0
2 changed files with 13 additions and 11 deletions
+3 -1
View File
@@ -591,6 +591,8 @@ public static class BuiltIn
public static string DLiveEnabled = "DLive.Enabled";
[BuiltInSetting("Size (%) of the Keno board", SettingValueType.Text, "70", WholeNumberRegex)]
public static string KasinoKenoSize = "Kasino.Keno.Size";
[BuiltInSetting("Size (%) of the Planes board", SettingValueType.Text, "70", WholeNumberRegex)]
public static string KasinoPlanesSize = "Kasino.Planes.Size";
}
}
@@ -638,4 +640,4 @@ public class BuiltInSetting(
ValueType = ValueType
};
}
}
}