Start screen

This commit is contained in:
adrienmalin
2019-01-03 20:59:47 +01:00
parent ff9cb32d15
commit 9b1f223abe
12 changed files with 361 additions and 135 deletions

13
fonts/ButtonFont.tres Normal file
View File

@ -0,0 +1,13 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/Gamer.ttf" type="DynamicFontData" id=1]
[resource]
size = 20
use_mipmaps = false
use_filter = false
extra_spacing_top = -4
font_data = ExtResource( 1 )
_sections_unfolded = [ "Extra Spacing", "Font", "Settings" ]

12
fonts/TitleFont.tres Normal file
View File

@ -0,0 +1,12 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/525-ROUN.TTF" type="DynamicFontData" id=1]
[resource]
size = 30
use_mipmaps = false
use_filter = false
font_data = ExtResource( 1 )
_sections_unfolded = [ "Font", "Settings" ]