This repository was archived by the owner on Feb 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
M1DE Weather List
Szymon edited this page Oct 1, 2020
·
2 revisions
function weatherchange()
game.gfx:SetWeatherSet("WEATHERNAMEHERE", 0, 0);
end
weather = [[
weatherchange()
]]
unbindKey("KEYHERE")
bindKey("KEYHERE", weather)










































































































