Update kalender 23

This commit is contained in:
2023-11-06 14:37:55 +01:00
parent 0a6cc0d290
commit c1164c17a0
11 changed files with 18 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -75,7 +75,7 @@ function initsnow() {
function movesnow() {
marginright = window.innerWidth;
marginbottom = window.innerHeight
$("#kstart").html(marginbottom);
//$("#kstart").html(marginbottom);
for (i=0;i<=snowmax;i++) {
crds[i] += x_mv[i];
snow[i].posy+=snow[i].sink;