Differences From Artifact [5a8b3b76d0]:
- File mods/starlit/terrain.lua — part of check-in [187bf04c87] at 2024-04-29 22:49:02 on branch trunk — rename again (user: lexi, size: 5504) [annotate] [blame] [check-ins using]
To Artifact [b5b4e3205a]:
- File mods/starlit/terrain.lua — part of check-in [a810a756ce] at 2024-05-01 13:46:45 on branch trunk — cleanups, fixes, begin canister rework, begin ecology (user: lexi, size: 5514) [annotate] [blame] [check-ins using]
78 78 def.img .. '.png'; 79 79 'default_dirt.png'; 80 80 { 81 81 name = 'default_dirt.png^' .. def.img ..'_side.png'; 82 82 tileable_vertical = false; 83 83 }; 84 84 }; 85 - groups = {grass = 1, sub_walk = 1}; 85 + groups = {grass = 1, dirt = 1, sub_walk = 1}; 86 86 drop = ''; 87 87 sounds = grassSounds; 88 88 _starlit = grassfst(2); 89 89 }) 90 90 for i=2,0,-1 do 91 91 local opacity = tostring((i/2.0) * 255) 92 92