Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank u for posting this!!! It's really helpful :) But I do have some problems with it fitting the custom ui..

style text_font = "fonts/Wonder Night.ttf":

    hyperlink_functions (inline_tooltip_styler, inline_tooltip_clicked, inline_tooltip_hovered)

I tried adding this but it doesnt work idk what to do :((

Any help is extremely appreciated!!!

Hiya, so sorry for the late reply.

I'm little confused by your style declaration, usually styles are written as follows

style some_style_name:
    font "some_font.ttf"
    hyperlink_functions (inline_tooltip_styler, inline_tooltip_clicked, inline_tooltip_hovered)

Rewriting it in the above format may help.

If you're having trouble locating the style itself, you should be able to hover over the text in game and press "shift-i" to inspect the elements under your mouse. This should tell you the style your text is using.

Let me know more details if this doesnt work, and sorry again for the late reply!

HI! thanks for your reply. I fixed it after looking into it a little more lol. 

style text_font:

    hyperlink_functions (inline_tooltip_styler, inline_tooltip_clicked, inline_tooltip_hovered)

and its works now! Thanks again for this. :))