Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Thank you.

The default bamburgh font doesn't support French accents. It works if I import Bamburgh.ttf:
      theme_settings {
         font = userfont_bamburgh
      }
   fonts {
      userfont_bamburgh : base64_ttf horz_pixels = "8" vert_pixels = "8" font_scale_multiplier = "1.0" experimental_line_height_ratio = "1" snap_vert = "true"

I also had to change horz_pixels = "8" vert_pixels = "8" to horz_pixels = "6" vert_pixels = "12" as you suggest here.

(1 edit)

I think the compiled game will support them (without the userfont workaround), please confirm. I think I didn't link it to the preview pane properly (will rectify).

Update, try to refresh Adventuron now (Press CONTROL + F5), hopefully it should work now.

Yes, everything's working fine now.