-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new avatar items #2401
new avatar items #2401
Conversation
app/avatar/utils.py
Outdated
@@ -72,7 +72,7 @@ def get_avatar_context(): | |||
{ | |||
'name': 'Clothing', | |||
'title': 'Pick your clothing', | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet') | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet', 'ethlogo') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (123 > 120 characters)
Codecov Report
@@ Coverage Diff @@
## master #2401 +/- ##
=======================================
Coverage 29.27% 29.27%
=======================================
Files 147 147
Lines 11872 11872
Branches 1605 1605
=======================================
Hits 3475 3475
Misses 8279 8279
Partials 118 118
Continue to review full report at Codecov.
|
app/avatar/utils.py
Outdated
@@ -93,7 +93,7 @@ def get_avatar_context(): | |||
'options': (['Glasses-0'], ['Glasses-1'], ['Glasses-2'], ['Glasses-3'], ['Glasses-4'], | |||
['HatShort-backwardscap'], ['HatShort-ballcap'], ['HatShort-headphones'], | |||
['HatShort-shortbeanie'], ['HatShort-tallbeanie'], ['Earring-0'], ['Earring-1'], | |||
['EarringBack-2', 'Earring-2'], ['Earring-3'], ['Earring-4'], ['Masks-jack-o-lantern']) | |||
['EarringBack-2', 'Earring-2'], ['Earring-3'], ['Earring-4'], ['Masks-jack-o-lantern'], ['Extras-Parrot']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (134 > 120 characters)
app/avatar/utils.py
Outdated
@@ -72,7 +72,7 @@ def get_avatar_context(): | |||
{ | |||
'name': 'Clothing', | |||
'title': 'Pick your clothing', | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet') | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet', 'ethlogo', 'cloak') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (132 > 120 characters)
app/avatar/utils.py
Outdated
@@ -72,7 +72,7 @@ def get_avatar_context(): | |||
{ | |||
'name': 'Clothing', | |||
'title': 'Pick your clothing', | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet') | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet', 'ethlogo', 'cloak', 'robe') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (140 > 120 characters)
app/avatar/utils.py
Outdated
@@ -93,7 +93,7 @@ def get_avatar_context(): | |||
'options': (['Glasses-0'], ['Glasses-1'], ['Glasses-2'], ['Glasses-3'], ['Glasses-4'], | |||
['HatShort-backwardscap'], ['HatShort-ballcap'], ['HatShort-headphones'], | |||
['HatShort-shortbeanie'], ['HatShort-tallbeanie'], ['Earring-0'], ['Earring-1'], | |||
['EarringBack-2', 'Earring-2'], ['Earring-3'], ['Earring-4'], ['Masks-jack-o-lantern']) | |||
['EarringBack-2', 'Earring-2'], ['Earring-3'], ['Earring-4'], ['Masks-jack-o-lantern'], ['Masks-jack-o-lantern-lighted'], ['Extras-Parrot']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (168 > 120 characters)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to include the dynamic .txt
templates for these as well?
compressed and fixed linting ^_^ |
hey @thelostone-mc @mbeacom i see this example of the dynamic .txts -- whats the different between |
@mbeacom @thelostone-mc i figured it out... fix is in => 14d6707 |
app/avatar/utils.py
Outdated
@@ -73,14 +73,15 @@ def get_avatar_context(): | |||
{ | |||
'name': 'Clothing', | |||
'title': 'Pick your clothing', | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet', 'suit') | |||
'options': ('cardigan', 'hoodie', 'knitsweater', 'plaid', 'shirt', 'shirtsweater', 'spacecadet', 'suit', 'ethlogo', 'cloak', 'robe') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (148 > 120 characters)
app/avatar/utils.py
Outdated
['None', '10']) | ||
'options': ( | ||
['None', '0'], ['None', '1'], ['None', '2'], ['None', '3'], ['None', '4'], ['5', 'None'], | ||
['6-back', '6-front'], ['7-back', '7-front'], ['8-back', '8-front'], ['9-back', '9-front'], ['None', '10'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
E501 line too long (126 > 120 characters)
9c3c799 |
e586c3b |
tested.. seems fine |
further just trying to understand sketch and add a shirt
adds an eth-trek logo to the avatar builder
jack o lantern
robe and parrot