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 103 calendar = 'commune'; 104 104 }; 105 105 overlays = {}; 106 106 cooldownTimes = { 107 107 stamina = 0; 108 108 alarm = 0; 109 109 }; 110 + env = { 111 + weather = nil; 112 + }; 110 113 } 111 114 end; 112 115 __index = { 113 116 -------------- 114 117 -- overlays -- 115 118 -------------- 116 119 updateOverlays = function(self)