public void ChangeColourPalettes(int i)
 {
     gameSettings.ChangeColorPalette(colorPalettes[i]);
 }