Skip to content

Commit

Permalink
Fixed gradient interpolation names
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Aug 16, 2024
1 parent ea3aba2 commit 8405d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions material_maker/widgets/gradient_editor/gradient_popup.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ item_count = 4
popup/item_0/text = "Constant"
popup/item_1/text = "Linear"
popup/item_1/id = 1
popup/item_2/text = "Cubic?"
popup/item_2/text = "SmoothStep"
popup/item_2/id = 2
popup/item_3/text = "Huh?"
popup/item_3/text = "Cubic"
popup/item_3/id = 3

[node name="Pin" type="Button" parent="Panel/VBox/HBox"]
Expand Down

0 comments on commit 8405d4a

Please sign in to comment.