Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
* Adds a color picker to the UI to choose font color for DynText
  • Loading branch information
DoobesURU authored and Hoikas committed Sep 1, 2024
1 parent fec0030 commit 4a0bbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions korman/ui/modifiers/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def dynatext(modifier, layout, context):
sub.alert = not modifier.font_face.strip()
sub.prop(modifier, "font_face", text="", icon="OUTLINER_DATA_FONT")
col.prop(modifier, "font_size", text="Size")
col.prop(modifier, "font_color", text="")

layout.separator()
split = layout.split()
Expand Down

0 comments on commit 4a0bbf3

Please sign in to comment.