fix font settings

This commit is contained in:
2020-11-04 23:06:27 +01:00
parent 1b29065bf8
commit a8280df733
2 changed files with 5 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Countdown.gd" type="Script" id=1]
[ext_resource path="res://Oswald-Bold.otf" type="DynamicFontData" id=2]
[ext_resource path="res://assets/Oswald-Bold.otf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 255
outline_size = 20
outline_color = Color( 0.145098, 0.145098, 0.145098, 1 )
outline_size = 8
outline_color = Color( 0.129412, 0.129412, 0.129412, 1 )
use_filter = true
font_data = ExtResource( 2 )