Explorar o código

change cartoonist roughness (#582)

David Luzar %!s(int64=5) %!d(string=hai) anos
pai
achega
e17f743df1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/actions/actionProperties.tsx

+ 1 - 1
src/actions/actionProperties.tsx

@@ -184,7 +184,7 @@ export const actionChangeSloppiness: Action = {
         options={[
           { value: 0, text: t("labels.architect") },
           { value: 1, text: t("labels.artist") },
-          { value: 3, text: t("labels.cartoonist") },
+          { value: 2, text: t("labels.cartoonist") },
         ]}
         value={getFormValue(
           appState.editingElement,