Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/enviromodder/src/general/scenesettings.ts>envSettings

MapLock is a module for remapper which is definitely not a nootils clone :)
Go to Latest
function envSettings
import { envSettings } from "https://deno.land/x/enviromodder@5.0.3/src/general/scenesettings.ts";

a function for manupulating various base environment parameters

Parameters

optional
disabled: boolean

true/false, disabled the ENTIRE environment.

optional
scale: Vec3

A vector 3 scale, scales the ENTIRE environment, set all to 1 for no effect i.e [3, 3, 3]

optional
position: Vec3

A vector 3 position, set the ENTIRE environment to a certain position, set all to 0 for no effect i.e [20, 60, 40] (MAKE SURE DISABLED IS SET TO FALSE!!!!)