You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As the title says. I seek through panku console's folder, and I saw there's a theme and a font resource, but never used. Because I'm using my own theme resource, and this theme's font is a pixel font. (my project's font is set by theme instead of the project settings)
It font referencing is weird. some is my pixel font, and some is its own modern font.
To Reproduce
Steps to reproduce the behavior:
Create a theme resource
Set it to ProjectSettings:gui/theme/custom
Override Label style (change some for example font color and font size) of the theme
Run whatever scene you have
Open the panku console and you'll see the console is somewhat strange
Expected behavior
it just uses its own theme resource, and user's (me) original project changes won't effect its appearance.
Screenshots
this project had been upload on itch.io
The text was updated successfully, but these errors were encountered:
well I think you can just make your root window control node to use the console's theme.
this will make the children inherits the theme from window root, no origin project changes will effect panku console.
Describe the bug
As the title says. I seek through panku console's folder, and I saw there's a theme and a font resource, but never used. Because I'm using my own theme resource, and this theme's font is a pixel font. (my project's font is set by theme instead of the project settings)
It font referencing is weird. some is my pixel font, and some is its own modern font.
To Reproduce
Steps to reproduce the behavior:
ProjectSettings
:gui/theme/custom
font color
andfont size
) of the themeExpected behavior
it just uses its own theme resource, and user's (me) original project changes won't effect its appearance.
Screenshots
this project had been upload on itch.io
The text was updated successfully, but these errors were encountered: