small plinko (#117)

* Update multi-tracker display format in PlanesCommand

* small plinko

small plinko

* Add Kasino Plinko Size setting
This commit is contained in:
alogindtractor
2026-05-14 05:05:23 -07:00
committed by GitHub
parent b346a3b303
commit 277207215a
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -593,6 +593,8 @@ public static class BuiltIn
public static string KasinoKenoSize = "Kasino.Keno.Size";
[BuiltInSetting("Size (%) of the Planes board", SettingValueType.Text, "70", WholeNumberRegex)]
public static string KasinoPlanesSize = "Kasino.Planes.Size";
[BuiltInSetting("Size (%) of the Plinko board", SettingValueType.Text, "70", WholeNumberRegex)]
public static string KasinoPlinkoSize = "Kasino.Plinko.Size";
}
}