Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>

This commit is contained in:
Matt Bruce 2025-12-31 13:17:41 -06:00
parent bda234a3bb
commit 43727534e6
2 changed files with 5 additions and 5 deletions

View File

@ -149,9 +149,9 @@ struct GameTableView: View {
description: String(localized: "Road maps show game history and trends") description: String(localized: "Road maps show game history and trends")
), ),
WelcomeFeature( WelcomeFeature(
icon: "dollarsign.circle", icon: "clock.badge.checkmark.fill",
title: String(localized: "Practice Free"), title: String(localized: "Track Sessions"),
description: String(localized: "Start with $1,000 and play risk-free") description: String(localized: "See detailed stats for each play session, just like at a real casino")
), ),
WelcomeFeature( WelcomeFeature(
icon: "gearshape.fill", icon: "gearshape.fill",

View File

@ -128,9 +128,9 @@ public enum CasinoDesign {
/// Fast dealing (snappy, quick deal) /// Fast dealing (snappy, quick deal)
public static let fast: Double = 0.4 public static let fast: Double = 0.4
/// Normal dealing speed /// Normal dealing speed
public static let normal: Double = 0.7 public static let normal: Double = 0.6
/// Slow dealing (relaxed pace) /// Slow dealing (relaxed pace)
public static let slow: Double = 1.2 public static let slow: Double = 0.8
} }
// MARK: - Sizes // MARK: - Sizes