Skip to content

Commit

Permalink
add 512px
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Jun 16, 2024
1 parent e019cb5 commit 42bf351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord_tron_master/classes/resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class ResolutionHelper:
resolutions = [
# 1:1 aspect ratio
{"width": 512, "height": 512},
{"width": 768, "height": 768},
{"width": 1024, "height": 1024, "default_max": True},
{"width": 1280, "height": 1280},
Expand Down

0 comments on commit 42bf351

Please sign in to comment.