platformer-game-test/assets/Theme/menu_font.tres
Sagi Dayan 1c640fcd39 Added a main menu.
- Controls section still not implemented. Dont thing we need it at all
 - Need to add last best score + player name Maybe...
2020-09-27 16:42:40 -04:00

10 lines
240 B
Plaintext

[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://assets/Theme/slkscr.ttf" type="DynamicFontData" id=1]
[resource]
size = 20
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 1 )