added player silhouette when passing in front of buildings

This commit is contained in:
DramaticShape
2026-07-26 22:57:10 -04:00
parent cec3d5e1ef
commit 251bf85ba2
5 changed files with 206 additions and 15 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ mod.events:on("map.reloaded", function(payload)
if mapId then ChunkMesher.invalidate(mapId) end
end)
mod.exports.version = "1.0.2"
mod.exports.version = "1.0.3"
-- exposed so a companion mod can pin its own tiles' shapes or read the
-- camera without reaching into this mod's file layout
mod.exports.lib = V