rework game settings

This commit is contained in:
Fabien Freling 2020-06-04 18:17:35 +02:00
parent e08bf5deef
commit 5f84111cdd
8 changed files with 137 additions and 37 deletions

View file

@ -0,0 +1,8 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[sub_resource type="DynamicFontData" id=1]
font_path = "res://assets/fonts/OpenSans-ExtraBold.ttf"
[resource]
size = 28
font_data = SubResource( 1 )

Binary file not shown.

View file

@ -0,0 +1,8 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[sub_resource type="DynamicFontData" id=1]
font_path = "res://assets/fonts/OpenSans-SemiBold.ttf"
[resource]
size = 24
font_data = SubResource( 1 )

Binary file not shown.