From 8cf5cefe6e91a5a1ed6eeaae4d94760d84c304a6 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 5 Jun 2021 19:27:48 +0200 Subject: Presque sortie du jeu --- icons/back.svg | 1 + icons/credits.svg | 1 + icons/exit.svg | 1 + icons/gamepad.svg | 1 + icons/language.svg | 1 + icons/local.svg | 1 + icons/music.svg | 1 + icons/online.svg | 1 + icons/scale.svg | 1 + icons/scenario.svg | 1 + icons/settings.svg | 1 + icons/singleplayer.svg | 1 + 12 files changed, 12 insertions(+) create mode 100644 icons/back.svg create mode 100644 icons/credits.svg create mode 100644 icons/exit.svg create mode 100644 icons/gamepad.svg create mode 100644 icons/language.svg create mode 100644 icons/local.svg create mode 100644 icons/music.svg create mode 100644 icons/online.svg create mode 100644 icons/scale.svg create mode 100644 icons/scenario.svg create mode 100644 icons/settings.svg create mode 100644 icons/singleplayer.svg (limited to 'icons') diff --git a/icons/back.svg b/icons/back.svg new file mode 100644 index 0000000..06cddd0 --- /dev/null +++ b/icons/back.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/credits.svg b/icons/credits.svg new file mode 100644 index 0000000..9580654 --- /dev/null +++ b/icons/credits.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/exit.svg b/icons/exit.svg new file mode 100644 index 0000000..0f82fc7 --- /dev/null +++ b/icons/exit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/gamepad.svg b/icons/gamepad.svg new file mode 100644 index 0000000..29e3d11 --- /dev/null +++ b/icons/gamepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/language.svg b/icons/language.svg new file mode 100644 index 0000000..50e43d5 --- /dev/null +++ b/icons/language.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/local.svg b/icons/local.svg new file mode 100644 index 0000000..9cc4b19 --- /dev/null +++ b/icons/local.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/music.svg b/icons/music.svg new file mode 100644 index 0000000..05f02ce --- /dev/null +++ b/icons/music.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/online.svg b/icons/online.svg new file mode 100644 index 0000000..61652f5 --- /dev/null +++ b/icons/online.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/scale.svg b/icons/scale.svg new file mode 100644 index 0000000..b244dfd --- /dev/null +++ b/icons/scale.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/scenario.svg b/icons/scenario.svg new file mode 100644 index 0000000..b9976c7 --- /dev/null +++ b/icons/scenario.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/settings.svg b/icons/settings.svg new file mode 100644 index 0000000..ee88e8d --- /dev/null +++ b/icons/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/singleplayer.svg b/icons/singleplayer.svg new file mode 100644 index 0000000..4007791 --- /dev/null +++ b/icons/singleplayer.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit