Removed redundant sector mission display

This commit is contained in:
Anuken
2018-11-27 20:36:23 -05:00
parent 91468fa2f9
commit 76dd3c86f2
8 changed files with 801 additions and 814 deletions

View File

@@ -30,6 +30,7 @@ TextButtonStyle: {
discord: {font: default-font, fontColor: white, up: discord-banner},
info: {font: default-font, fontColor: white, up: info-banner},
clear-partial: {down: white, up: button-select, over: flat-down, font: default-font, fontColor: white, disabledFontColor: gray },
clear-partial-2: {down: flat-over, up: none, over: flat-over, font: default-font, fontColor: white, disabledFontColor: gray },
empty: {font: default-font},
toggle: {font: default-font, fontColor: white, checked: button-down, down: button-down, up: button, over: button-over, disabled: button, disabledFontColor: gray }
},