logo selecting

This commit is contained in:
muerwre 2018-08-27 12:00:43 +07:00
parent 898176a68f
commit 0c6dc387de
12 changed files with 104 additions and 17 deletions

View file

@ -1,10 +1,12 @@
export const LOGOS = {
default: ['Без логотипа', null, 'bottom-right'],
nvs: ['НВС', '/misc/lgo.png', 'bottom-right'],
pinmix: ['Пин-Микс', '/misc/pin-mix.png', 'top-right'],
jolly: ['Пин-Микс + JW', '/misc/jw.png', 'top-right'],
pedals: ['Усталые Педальки', '/misc/pedals.png', 'bottom-right'],
rider: ['Райдер', '/misc/rider.png', 'bottom-right'],
nvs: ['НВС', 'http://map.vault48.org/misc/lgo.png', 'bottom-right'],
pinmix: ['Пин-Микс', 'http://map.vault48.org/misc/pin-mix.png', 'top-right'],
jolly: ['Пин-Микс + JW', 'http://map.vault48.org/misc/jw.png', 'top-right'],
pedals: ['Усталые Педальки', 'http://map.vault48.org/misc/pedals.png', 'bottom-right'],
rider: ['Райдер', 'http://map.vault48.org/misc/rider.png', 'bottom-right'],
// rider_evening: ['Вечерние городские', '/misc/rider_evening.png', 'top-right'],
// fas: ['Алкоспорт', '/misc/fas.png', 'bottom-right'],
};
export const DEFAULT_LOGO = 'nvs';