fn show_gameplay_settings(
    commands: Commands<'_, '_>,
    fonts: Res<'_, FontResource>,
    gameplay_settings: Res<'_, GameplaySettings>
)