Replies: 1 comment 2 replies
-
Hi I had the same issue were you able to figure out a fix? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use the custom styles feature to customize my text box. I was following along with this video. I made a new visual novel style then made the visual novel textbox layer custom. However, whenever I edit the nodes of the custom scene, such as replacing the theme override of the DialogTextPanel, the changes do not appear. They revert to the exported settings in the inspector. Per the video, the solution seems to be disabling the "Apply overrides on ready" setting, but this did not fix the issue. All of the exported "vn_textbox_layer.gd" settings are still being applied and overriding my custom colors, themes, etc that I am setting on the control nodes themselves. Anyone using custom layout scenes who can show me the correct workflow or know what is wrong?
Thank you
EDIT: I think I found the issue. The DialogicLayoutLayer class does not actually check the setting before calling _apply_export_overrides()
Beta Was this translation helpful? Give feedback.
All reactions