File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ class Style(str, Enum):
374374 PAINTERLY = "painterly"
375375 LINE_ART = "line_art"
376376 CLAY = "clay"
377- CELL_SHADING = "cell_shading "
377+ CEL_SHADING = "cel_shading "
378378 ABSTRACT = "abstract"
379379 PIXELATED = "pixelated"
380380 OTHER = "other"
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ Visual and artistic style of assets.
190190| ` Style.PAINTERLY ` | ` "painterly" ` | Painterly, hand-painted look |
191191| ` Style.LINE_ART ` | ` "line_art" ` | Line art style |
192192| ` Style.CLAY ` | ` "clay" ` | Clay or stop-motion style |
193- | ` Style.CELL_SHADING ` | ` "cell_shading " ` | Cell -shaded, toon-shaded |
193+ | ` Style.CEL_SHADING ` | ` "cel_shading " ` | Cel -shaded, toon-shaded |
194194| ` Style.ABSTRACT ` | ` "abstract" ` | Abstract style |
195195| ` Style.PIXELATED ` | ` "pixelated" ` | Pixel art style |
196196| ` Style.OTHER ` | ` "other" ` | Other or mixed styles |
You can’t perform that action at this time.
0 commit comments