()
| 178 | } |
| 179 | |
| 180 | public applyInvertedColorsToCss(): void{ |
| 181 | if(Saving.loadBool("gameInvertedColors") == false) |
| 182 | $('#invertColorsStylesheet').remove(); |
| 183 | else |
| 184 | $('head').append('<link href="css/invertColors.css" rel="stylesheet" id="invertColorsStylesheet"/>'); |
| 185 | } |
| 186 | |
| 187 | public calcLollipopFarmProduction(): void{ |
| 188 | // Is the production each second ? |
no test coverage detected