AudioThemeState

data class AudioThemeState(val audioPool: AudioPool, val theme: AppTheme)

Holds audio and theme configuration for the application.

Constructors

Link copied to clipboard
constructor(audioPool: AudioPool, theme: AppTheme)

Properties

Link copied to clipboard

The audio pool managing game sounds.

Link copied to clipboard

The currently applied visual theme.