Increase frame length to 300ms due to being a little too fast for the oldies in chat

This commit is contained in:
barelyprofessional
2026-03-01 22:02:43 -06:00
parent a94a9a11a8
commit 75774bb62f

View File

@@ -113,7 +113,7 @@ public class Planes : ICommand
var planesBoard3 = CreatePlanesBoard(gambler);
List<int[,]> planesBoards = [planesBoard, planesBoard2, planesBoard3];
var plane = new Plane(gambler);
const double frameLength = 250.0;
const double frameLength = 300.0;
var fullCounter = 0;
var noseUp = true;
var planesDisplay = GetPreGameBoard(-3, planesBoard2, plane, CarrierCount, noseUp);