Lots of polish things and wrapping up all three levels

This commit is contained in:
Nathan Anderson
2022-08-08 15:32:57 -06:00
parent c7d42e09ce
commit 09eada305d
176 changed files with 3068 additions and 403 deletions
+22
View File
@@ -0,0 +1,22 @@
[gd_resource type="Theme" load_steps=5 format=2]
[ext_resource path="res://assets/fonts/dogicapixelbold.otf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=4]
size = 20
font_data = ExtResource( 1 )
[sub_resource type="DynamicFontData" id=2]
font_path = "res://assets/fonts/dogicapixelbold.otf"
[sub_resource type="DynamicFont" id=3]
size = 20
extra_spacing_top = 3
extra_spacing_bottom = 5
extra_spacing_char = 3
extra_spacing_space = 3
font_data = SubResource( 2 )
[resource]
default_font = SubResource( 3 )
RichTextLabel/fonts/normal_font = SubResource( 4 )