initial files

This commit is contained in:
Samuele Lorefice
2025-05-24 16:17:33 +02:00
commit 9e023649ac
477 changed files with 118566 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
while {true} do {
if (GRLIB_shorter_nights && (daytime > 20 || daytime < 4)) then {
setTimeMultiplier (GRLIB_time_factor * 4);
} else {
setTimeMultiplier GRLIB_time_factor;
};
sleep 10;
};