Differences From Artifact [ae84fc4236]:
- File mods/starlit/user.lua — part of check-in [2e501ef0db] at 2024-05-15 20:37:58 on branch trunk — add chem radiator, add dummy radiator props to underfloor heater, complete (?) unfinished radiator API, fix longstanding LED offset buggery & crash, fix asset filename issue for LEDs, fix broken vector func (user: lexi, size: 38245) [annotate] [blame] [check-ins using]
To Artifact [9accce5f34]:
- File mods/starlit/user.lua — part of check-in [caec179da9] at 2025-01-19 19:05:09 on branch trunk — add to lore, add weather data, etc (user: lexi, size: 38281) [annotate] [blame] [check-ins using]
103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
calendar = 'commune';
};
overlays = {};
cooldownTimes = {
stamina = 0;
alarm = 0;
};
}
end;
__index = {
--------------
-- overlays --
--------------
updateOverlays = function(self)
|
> > > |
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
calendar = 'commune';
};
overlays = {};
cooldownTimes = {
stamina = 0;
alarm = 0;
};
env = {
weather = nil;
};
}
end;
__index = {
--------------
-- overlays --
--------------
updateOverlays = function(self)
|