diff --git a/js/allg.js b/js/allg.js new file mode 100644 index 0000000..bde0a64 --- /dev/null +++ b/js/allg.js @@ -0,0 +1,8 @@ +let playerAnim = []; +let tomAnim = []; + +function fillArrays() +{ + fillArray("fuchs_", 8, playerAnim); + fillArray("tom_", 3, tomAnim); +} diff --git a/js/funktionen.js b/js/funktionen.js new file mode 100644 index 0000000..b4ec4cf --- /dev/null +++ b/js/funktionen.js @@ -0,0 +1,7 @@ + +function fillArray(name, number) +{ + for (let i = 1; i++; i <= number) { + playerAnim[i] = name + i; + } +} \ No newline at end of file diff --git a/pics/fuchs_1.png b/pics/fuchs_1.png new file mode 100644 index 0000000..aa2417b Binary files /dev/null and b/pics/fuchs_1.png differ diff --git a/pics/fuchs_2.png b/pics/fuchs_2.png new file mode 100644 index 0000000..589e41b Binary files /dev/null and b/pics/fuchs_2.png differ diff --git a/pics/fuchs_3.png b/pics/fuchs_3.png new file mode 100644 index 0000000..ba7d609 Binary files /dev/null and b/pics/fuchs_3.png differ diff --git a/pics/fuchs_4.png b/pics/fuchs_4.png new file mode 100644 index 0000000..9b4f47d Binary files /dev/null and b/pics/fuchs_4.png differ diff --git a/pics/fuchs_5.png b/pics/fuchs_5.png new file mode 100644 index 0000000..e6a6682 Binary files /dev/null and b/pics/fuchs_5.png differ diff --git a/pics/fuchs_6.png b/pics/fuchs_6.png new file mode 100644 index 0000000..9b4f47d Binary files /dev/null and b/pics/fuchs_6.png differ diff --git a/pics/fuchs_7.png b/pics/fuchs_7.png new file mode 100644 index 0000000..ba7d609 Binary files /dev/null and b/pics/fuchs_7.png differ diff --git a/pics/fuchs_8.png b/pics/fuchs_8.png new file mode 100644 index 0000000..589e41b Binary files /dev/null and b/pics/fuchs_8.png differ diff --git a/pics/tom_1.png b/pics/tom_1.png new file mode 100644 index 0000000..ada3657 Binary files /dev/null and b/pics/tom_1.png differ diff --git a/pics/tom_2.png b/pics/tom_2.png new file mode 100644 index 0000000..46ab711 Binary files /dev/null and b/pics/tom_2.png differ diff --git a/pics/tom_3.png b/pics/tom_3.png new file mode 100644 index 0000000..0a49eb9 Binary files /dev/null and b/pics/tom_3.png differ