Skip to content

Commit

Permalink
Config
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrosia13 committed Apr 29, 2022
1 parent e2e0290 commit ac2d9be
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions assets/forgetmenot/pipelines/forgetmenot.json5
Original file line number Diff line number Diff line change
Expand Up @@ -172,33 +172,28 @@
},

options: [
{
includeToken: "forgetmenot:performance_config",
categoryKey: "config.forgetmenot.category.performance",
elements: {
sky_resolution: {
define: "SKY_RESOLUTION",
default: "quarter",
choices: [
"quarter", "half", "full"
],
enum: true,
prefix: "RESOLUTION_",
nameKey: "config.forgetmenot.name.sky_resolution",
descriptionKey: "config.forgetmenot.desc.sky_resolution"
},
sky_upsample_filter: {
default: false,
nameKey: "config.forgetmenot.name.sky_upsample_filter",
descriptionKey: "config.forgetmenot.desc.sky_upsample_filter"
},
vanilla_lava: {
default: false,
nameKey: "config.forgetmenot.name.vanilla_lava",
descriptionKey: "config.forgetmenot.desc.vanilla_lava"
}
}
},
// {
// includeToken: "forgetmenot:performance_config",
// categoryKey: "config.forgetmenot.category.performance",
// elements: {
// sky_resolution: {
// define: "SKY_RESOLUTION",
// default: "quarter",
// choices: [
// "quarter", "half", "full"
// ],
// enum: true,
// prefix: "RESOLUTION_",
// nameKey: "config.forgetmenot.name.sky_resolution",
// descriptionKey: "config.forgetmenot.desc.sky_resolution"
// },
// sky_upsample_filter: {
// default: false,
// nameKey: "config.forgetmenot.name.sky_upsample_filter",
// descriptionKey: "config.forgetmenot.desc.sky_upsample_filter"
// },
// }
// },
{
includeToken: "forgetmenot:clouds",
categoryKey: "config.forgetmenot.category.clouds",
Expand Down Expand Up @@ -234,7 +229,7 @@
},
cloud_lighting: {
define: "CLOUD_LIGHTING",
default: "none",
default: "normals",
choices: [
"none", "normals", "raymarched"
],
Expand Down Expand Up @@ -308,6 +303,11 @@
nameKey: "config.forgetmenot.name.contrast",
descriptionKey: "config.forgetmenot.desc.contrast"
},
vanilla_lava: {
default: false,
nameKey: "config.forgetmenot.name.vanilla_lava",
descriptionKey: "config.forgetmenot.desc.vanilla_lava"
}
}
},
{
Expand Down

0 comments on commit ac2d9be

Please sign in to comment.