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 --- race/circuits/furry.html | 115 ++++++++++++++++++++++++++++++++++++++++ race/circuits/furry.png | Bin 0 -> 25341 bytes race/circuits/main.html | 115 ++++++++++++++++++++++++++++++++++++++++ race/circuits/main.png | Bin 0 -> 51835 bytes race/circuits/snowy.html | 115 ++++++++++++++++++++++++++++++++++++++++ race/circuits/snowy.png | Bin 0 -> 36850 bytes race/circuits/water.html | 133 +++++++++++++++++++++++++++++++++++++++++++++++ race/circuits/water.png | Bin 0 -> 42954 bytes 8 files changed, 478 insertions(+) create mode 100644 race/circuits/furry.html create mode 100644 race/circuits/furry.png create mode 100644 race/circuits/main.html create mode 100644 race/circuits/main.png create mode 100644 race/circuits/snowy.html create mode 100644 race/circuits/snowy.png create mode 100644 race/circuits/water.html create mode 100644 race/circuits/water.png (limited to 'race/circuits') diff --git a/race/circuits/furry.html b/race/circuits/furry.html new file mode 100644 index 0000000..01a4d16 --- /dev/null +++ b/race/circuits/furry.html @@ -0,0 +1,115 @@ + + + + + { + "name": { + "fr": "Les petites pattes", + "en": "The Little Paws" + }, + "author": "Minteck Projects" + } + + + +
+
+ + +
+ + + + + +
+ + +
+ + + +
+ + +
+ + +
\ No newline at end of file diff --git a/race/circuits/furry.png b/race/circuits/furry.png new file mode 100644 index 0000000..c1d5d46 Binary files /dev/null and b/race/circuits/furry.png differ diff --git a/race/circuits/main.html b/race/circuits/main.html new file mode 100644 index 0000000..8285085 --- /dev/null +++ b/race/circuits/main.html @@ -0,0 +1,115 @@ + + + + + { + "name": { + "fr": "Un simple carré", + "en": "A Simple Square" + }, + "author": "Minteck Projects" + } + + + +
+
+ + +
+ + + + + +
+ + +
+ + + +
+ + +
+ + +
\ No newline at end of file diff --git a/race/circuits/main.png b/race/circuits/main.png new file mode 100644 index 0000000..0bf2c03 Binary files /dev/null and b/race/circuits/main.png differ diff --git a/race/circuits/snowy.html b/race/circuits/snowy.html new file mode 100644 index 0000000..3fea303 --- /dev/null +++ b/race/circuits/snowy.html @@ -0,0 +1,115 @@ + + + + + { + "name": { + "fr": "La montagne enneigée", + "en": "The Snowy Mountain" + }, + "author": "Minteck Projects" + } + + + +
+
+ + +
+ + + + + +
+ + +
+ + + +
+ + +
+ + +
\ No newline at end of file diff --git a/race/circuits/snowy.png b/race/circuits/snowy.png new file mode 100644 index 0000000..31f28a9 Binary files /dev/null and b/race/circuits/snowy.png differ diff --git a/race/circuits/water.html b/race/circuits/water.html new file mode 100644 index 0000000..1c6166a --- /dev/null +++ b/race/circuits/water.html @@ -0,0 +1,133 @@ + + + + + { + "name": { + "fr": "Attention à l'eau", + "en": "Keep out the water" + }, + "author": "Minteck Projects" + } + + + +
+
+ + +
+ + + + + +
+ + +
+ + + +
+ +
+
+ + +
\ No newline at end of file diff --git a/race/circuits/water.png b/race/circuits/water.png new file mode 100644 index 0000000..d065b1c Binary files /dev/null and b/race/circuits/water.png differ -- cgit