From c181c4f70b50059535c487d2ea6e5ab73ad11637 Mon Sep 17 00:00:00 2001 From: CactiChameleon9 Date: Mon, 25 Jul 2022 20:45:54 +0100 Subject: [PATCH] Change the font boldness --- UI/InputDiceView.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/InputDiceView.tscn b/UI/InputDiceView.tscn index 1d34349..b8a4a4c 100644 --- a/UI/InputDiceView.tscn +++ b/UI/InputDiceView.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=10 format=2] -[ext_resource path="res://Assets/Metropolis-font/Metropolis-Medium.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://Assets/Metropolis-font/Metropolis-SemiBold.ttf" type="DynamicFontData" id=1] [ext_resource path="res://Assets/DiceInput.png" type="Texture" id=2] [ext_resource path="res://UI/InputDiceView.gd" type="Script" id=3]