online multiplayer chess game (note server currently down)
1
2
3
4
5
6
7
8
9
10
11
[gd_resource type="DynamicFont" load_steps=4 format=2]

[ext_resource path="res://assets/fonts/ubuntu/ubuntu-normal-nerd.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://assets/fonts/migu.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://assets/fonts/ubuntu/ubuntu-bold-italic.ttf" type="DynamicFontData" id=3]

[resource]
size = 20
font_data = ExtResource( 3 )
fallback/0 = ExtResource( 1 )
fallback/1 = ExtResource( 2 )