fix font settings
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://Countdown.gd" type="Script" id=1]
|
[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]
|
[sub_resource type="DynamicFont" id=1]
|
||||||
size = 255
|
size = 255
|
||||||
outline_size = 20
|
outline_size = 8
|
||||||
outline_color = Color( 0.145098, 0.145098, 0.145098, 1 )
|
outline_color = Color( 0.129412, 0.129412, 0.129412, 1 )
|
||||||
use_filter = true
|
use_filter = true
|
||||||
font_data = ExtResource( 2 )
|
font_data = ExtResource( 2 )
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ name="Linux/X11"
|
|||||||
platform="Linux/X11"
|
platform="Linux/X11"
|
||||||
runnable=true
|
runnable=true
|
||||||
custom_features=""
|
custom_features=""
|
||||||
export_filter="scenes"
|
export_filter="all_resources"
|
||||||
export_files=PoolStringArray( "res://Track1.tscn" )
|
include_filter="*.txt"
|
||||||
include_filter=""
|
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="/mnt/Data/Projets/godot/CarRacer/release.x86_64"
|
export_path="/mnt/Data/Projets/godot/CarRacer/release.x86_64"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
|
|||||||
Reference in New Issue
Block a user