Skip to content

Commit

Permalink
static: birdwatching achievement (#1275)
Browse files Browse the repository at this point in the history
* Update achievements.py - include birdwatching

* Added birdwatcher achievement

* Rename achive.png to birds.png

* Update achievements.py to rename birdwatcher achievement
  • Loading branch information
shkaff authored Dec 13, 2024
1 parent b3d2e94 commit 1b9b8d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/data/achievements.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,12 @@
"image": "https://vas3k.club/static/images/achievements/ai_art.png",
"style": "background-color: #132F6E; font-size: 130%;",
}),
("birdwatcher", {
"name": "Смотритель птиц",
"description": "За победу на конкурсе бёрдвочинга. Для самых наблюдательных.",
"image": "https://vas3k.club/static/images/achievements/birds.png",
"style": "background-color: #6A98FF; font-size: 130%;",
}),
]

# VIP: https://i.vas3k.club/3cb.png
Binary file added frontend/static/images/achievements/birds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b9b8d5

Please sign in to comment.