Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
bda234a3bb
commit
43727534e6
@ -149,9 +149,9 @@ struct GameTableView: View {
|
||||
description: String(localized: "Road maps show game history and trends")
|
||||
),
|
||||
WelcomeFeature(
|
||||
icon: "dollarsign.circle",
|
||||
title: String(localized: "Practice Free"),
|
||||
description: String(localized: "Start with $1,000 and play risk-free")
|
||||
icon: "clock.badge.checkmark.fill",
|
||||
title: String(localized: "Track Sessions"),
|
||||
description: String(localized: "See detailed stats for each play session, just like at a real casino")
|
||||
),
|
||||
WelcomeFeature(
|
||||
icon: "gearshape.fill",
|
||||
|
||||
@ -128,9 +128,9 @@ public enum CasinoDesign {
|
||||
/// Fast dealing (snappy, quick deal)
|
||||
public static let fast: Double = 0.4
|
||||
/// Normal dealing speed
|
||||
public static let normal: Double = 0.7
|
||||
public static let normal: Double = 0.6
|
||||
/// Slow dealing (relaxed pace)
|
||||
public static let slow: Double = 1.2
|
||||
public static let slow: Double = 0.8
|
||||
}
|
||||
|
||||
// MARK: - Sizes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user