duu
This commit is contained in:
parent
88f618cadf
commit
8f9f5b5100
108 changed files with 2139 additions and 1500 deletions
|
|
@ -18,11 +18,6 @@ const RESET_PRESETS = Object.freeze({
|
|||
return Object.prototype.hasOwnProperty.call(RESET_PRESETS, id) ? id : "default";
|
||||
}
|
||||
|
||||
global.TarinaiResetPresets = Object.freeze({
|
||||
ids: Object.freeze(Object.keys(RESET_PRESETS)),
|
||||
definitions: RESET_PRESETS,
|
||||
normalize: normalizeResetPresetId,
|
||||
});
|
||||
|
||||
function presetScaleForField(field) {
|
||||
const id = field?.id || "garden";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue