Skip to content

Commit

Permalink
Add sports bra.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubik23 committed Nov 2, 2018
1 parent 4686483 commit 3a8fab4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function launch() {
var femaleForm3 = {
'Collar' : ['', 'metal'],
'Necklace' : ['', 'perl', 'princess'],
'Bra': ['', 'bow', 'grid'],
'Bra': ['', 'bow', 'grid', 'sports'],
'Top': ['', 'asymetric', 'loop', 'tank'],
'Shoulderpads' : ['', 'artillery', 'general'],
'Scarf' : ['', 'chest_warmer', 'parisian_knot', 'twice_around', 'four_in_hand', 'reverse_drape_cross', 'reverse_drape_tuck', 'fake_knot', 'reverse_drape','overhand', 'once_around', 'drape']
Expand Down Expand Up @@ -388,7 +388,7 @@ function launch() {
'tatoo_chaos_chest','tatoo_chaos_left','tatoo_chaos_right','tatoo_archeopteryx_left',
'underwear_plain','underwear_string',
'leggings_regular', 'leggings_torn',
'bra_bow', 'bra_grid',
'bra_bow', 'bra_grid', 'bra_sports',
'suit_asymetric', 'suit_bands', 'suit_onepiece', 'suit_wetsuit',
'shoes_hightops','shoes_highheels','shoes_plateforms','shoes_sandals_roman', 'shoes_flip-flops_1_of_2',
'pants_yoga', 'pants_yoga_torn', 'pants_jeans', 'pants_jeans_torn','pants_jeans_bellbottoms',
Expand Down
2 changes: 1 addition & 1 deletion target/dist/all-min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions target/dist/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -3270,7 +3270,7 @@ function launch() {
var femaleForm3 = {
'Collar' : ['', 'metal'],
'Necklace' : ['', 'perl', 'princess'],
'Bra': ['', 'bow', 'grid'],
'Bra': ['', 'bow', 'grid', 'sports'],
'Top': ['', 'asymetric', 'loop', 'tank'],
'Shoulderpads' : ['', 'artillery', 'general'],
'Scarf' : ['', 'chest_warmer', 'parisian_knot', 'twice_around', 'four_in_hand', 'reverse_drape_cross', 'reverse_drape_tuck', 'fake_knot', 'reverse_drape','overhand', 'once_around', 'drape']
Expand Down Expand Up @@ -3313,7 +3313,7 @@ function launch() {
'tatoo_chaos_chest','tatoo_chaos_left','tatoo_chaos_right','tatoo_archeopteryx_left',
'underwear_plain','underwear_string',
'leggings_regular', 'leggings_torn',
'bra_bow', 'bra_grid',
'bra_bow', 'bra_grid', 'bra_sports',
'suit_asymetric', 'suit_bands', 'suit_onepiece', 'suit_wetsuit',
'shoes_hightops','shoes_highheels','shoes_plateforms','shoes_sandals_roman', 'shoes_flip-flops_1_of_2',
'pants_yoga', 'pants_yoga_torn', 'pants_jeans', 'pants_jeans_torn','pants_jeans_bellbottoms',
Expand Down
9 changes: 9 additions & 0 deletions target/layer/female/bra_sports.svg
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 3a8fab4

Please sign in to comment.