feat: Add achievements button to HUD settings (#47)
This commit is contained in:
@@ -27,6 +27,12 @@ pub fn open_settings(commands: &mut Commands) {
|
||||
ButtonVariant::Secondary,
|
||||
Node::from_padding(UiRect::all(px(10))),
|
||||
|color| text("Spiel speichern", 24.0, color)
|
||||
),
|
||||
button(
|
||||
ButtonType::SettingsAchievements,
|
||||
ButtonVariant::Secondary,
|
||||
Node::from_padding(UiRect::all(px(10))),
|
||||
|color| text("Erfolge", 24.0, color)
|
||||
),(
|
||||
Node {
|
||||
justify_content: JustifyContent::Center,
|
||||
|
||||
Reference in New Issue
Block a user