diff options
| author | dam <dam@gudinoff> | 2021-12-06 01:39:16 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-06 01:39:16 +0000 |
| commit | 7d9370011834f736d17ebf167701735185f2453a (patch) | |
| tree | 3d4b581b0c90746d192382555b1b3349c1d8b7a4 /fonts/font_regular.tres | |
| parent | ab3e8de3e1d107d42ba62571ea7d17e741203123 (diff) | |
| download | surgery-log-7d9370011834f736d17ebf167701735185f2453a.tar.zst surgery-log-7d9370011834f736d17ebf167701735185f2453a.zip | |
Adjust UI to match mockups (WIP).
Diffstat (limited to 'fonts/font_regular.tres')
| -rw-r--r-- | fonts/font_regular.tres | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fonts/font_regular.tres b/fonts/font_regular.tres new file mode 100644 index 0000000..714269f --- /dev/null +++ b/fonts/font_regular.tres @@ -0,0 +1,7 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://fonts/B612Mono-Regular.ttf" type="DynamicFontData" id=1] + +[resource] +use_filter = true +font_data = ExtResource( 1 ) |
