Skip to content

Commit

Permalink
🚚 Rename new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKai77 committed Jul 5, 2023
1 parent 537566b commit 69bd151
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions Loop/Helpers/IconManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,25 @@ class IconManager {
}

let icons: [Icon] = [
Icon(name: "AppIcon-Default", unlockTime: 0),
Icon(name: "AppIcon-Scifi", unlockTime: 25),
Icon(name: "AppIcon-Rosé Pine", unlockTime: 50),
Icon(name: "AppIcon-Master", unlockTime: 100, unlockMessage: "100 loops conquered! Witness the birth of a Loop Master! Enjoy your well-deserved reward: a brand-new icon!")
Icon(
name: "AppIcon-Default",
unlockTime: 0
),
Icon(
name: "AppIcon-Scifi",
unlockTime: 25
),
Icon(
name: "AppIcon-Rosé Pine",
unlockTime: 50
),
Icon(
name: "AppIcon-Loop Master",
unlockTime: 100,
unlockMessage: ("100 loops conquered! "
+ "The universe has witnessed the birth of a Loop Master! "
+ "Enjoy your well-deserved reward: a brand-new icon!")
)
]

func nameWithoutPrefix(name: String) -> String {
Expand Down

0 comments on commit 69bd151

Please sign in to comment.