jkhjk
This commit is contained in:
parent
d8d20a7b3c
commit
332063861c
@ -24,6 +24,7 @@
|
||||
<img src="pics/tom_1.png" alt="tom">
|
||||
</div>
|
||||
<div id="fuchs">
|
||||
<div id="fuchsZahl">0</div>
|
||||
<img src="pics/fuchs_1.png" alt="fuchs">
|
||||
</div>
|
||||
<div id="enemy">
|
||||
|
@ -5,6 +5,8 @@ const rechenzeichen = ['+','-','*',':'];
|
||||
const rechnung1Text = document.querySelector("#rechnung1Text");
|
||||
const rechnung2Text = document.querySelector("#rechnung2Text");
|
||||
|
||||
|
||||
//RechnungenSpawn Parameter
|
||||
const maxZahl = 100;
|
||||
const maxMal = 11;
|
||||
const maxDurch = 5;
|
||||
|
Loading…
Reference in New Issue
Block a user