kyouryuukunn / renpy-ActionEditor3

125 stars 13 forks source link

Action Editor for 4k games #16

Closed codeDudeRed closed 1 year ago

codeDudeRed commented 1 year ago

Hi there,

Are there any plans to update code in order to support 4k games(by that I mean enlarging and repositioning textbuttons, bars etc.)

Thanks in advance for your answer. image

kyouryuukunn commented 1 year ago

text style is changeable by new_action_editor_text style.


init:
    style new_action_editor_text:
        size 10
kyouryuukunn commented 1 year ago

I don't have the plan to support 4k by default. Users need to define styles if it is needed.