mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +03:00
Added 5 Inazuma icons
This commit is contained in:
parent
62744312ec
commit
900a5aa61c
6 changed files with 14 additions and 3 deletions
BIN
src/assets/images/discord/inazuma1.jpg
Normal file
BIN
src/assets/images/discord/inazuma1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
src/assets/images/discord/inazuma2.jpg
Normal file
BIN
src/assets/images/discord/inazuma2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
src/assets/images/discord/inazuma3.jpg
Normal file
BIN
src/assets/images/discord/inazuma3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.5 KiB |
BIN
src/assets/images/discord/inazuma4.jpg
Normal file
BIN
src/assets/images/discord/inazuma4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
BIN
src/assets/images/discord/inazuma5.jpg
Normal file
BIN
src/assets/images/discord/inazuma5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
|
@ -23,6 +23,11 @@
|
|||
import KleeGameIcon from '../assets/images/discord/kleegame.jpg';
|
||||
import KleeGame2Icon from '../assets/images/discord/kleegame2.jpg';
|
||||
import LiyueGameIcon from '../assets/images/discord/liyuegame.jpg';
|
||||
import Inazuma1Icon from '../assets/images/discord/inazuma1.jpg';
|
||||
import Inazuma2Icon from '../assets/images/discord/inazuma2.jpg';
|
||||
import Inazuma3Icon from '../assets/images/discord/inazuma3.jpg';
|
||||
import Inazuma4Icon from '../assets/images/discord/inazuma4.jpg';
|
||||
import Inazuma5Icon from '../assets/images/discord/inazuma5.jpg';
|
||||
|
||||
const icons = {
|
||||
'launcher': LauncherIcon,
|
||||
|
@ -34,7 +39,12 @@
|
|||
'beidougame': BeidouGameIcon,
|
||||
'kleegame': KleeGameIcon,
|
||||
'kleegame2': KleeGame2Icon,
|
||||
'liyuegame': LiyueGameIcon
|
||||
'liyuegame': LiyueGameIcon,
|
||||
'inazuma1': Inazuma1Icon,
|
||||
'inazuma2': Inazuma2Icon,
|
||||
'inazuma3': Inazuma3Icon,
|
||||
'inazuma4': Inazuma4Icon,
|
||||
'inazuma5': Inazuma5Icon
|
||||
};
|
||||
|
||||
let iconSelector: 'in-game'|'in-launcher'|null = null;
|
||||
|
@ -135,7 +145,8 @@
|
|||
<style lang="sass">
|
||||
.icon-selection
|
||||
div
|
||||
display: inline-flex
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
|
||||
width: 100%
|
||||
|
||||
|
@ -145,7 +156,7 @@
|
|||
|
||||
border-radius: 24px
|
||||
|
||||
margin: 0 auto
|
||||
margin: 4px
|
||||
|
||||
cursor: pointer
|
||||
|
||||
|
|
Loading…
Reference in a new issue