From a8280df733a2550c23444dcb0aaed6c98f01ff2e Mon Sep 17 00:00:00 2001 From: Artus Date: Wed, 4 Nov 2020 23:06:27 +0100 Subject: [PATCH] fix font settings --- Countdown.tscn | 6 +++--- export_presets.cfg | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Countdown.tscn b/Countdown.tscn index 498aeed..68fbd5b 100644 --- a/Countdown.tscn +++ b/Countdown.tscn @@ -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 ) diff --git a/export_presets.cfg b/export_presets.cfg index ec8c4d8..3ebf971 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -4,9 +4,8 @@ name="Linux/X11" platform="Linux/X11" runnable=true custom_features="" -export_filter="scenes" -export_files=PoolStringArray( "res://Track1.tscn" ) -include_filter="" +export_filter="all_resources" +include_filter="*.txt" exclude_filter="" export_path="/mnt/Data/Projets/godot/CarRacer/release.x86_64" patch_list=PoolStringArray( )