diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-07 14:07:30 -0400 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-07 14:07:30 -0400 |
| commit | c232b92e2dde1277324d1f89d0e75ae641e4ac3b (patch) | |
| tree | e11a5dd52f259c1cc7345baa40b372b304417f00 /godot/theming | |
| parent | a0967ebe815cd229b69fb9578f2288b95b2ddb28 (diff) | |
reorganized, ladders, vehicle control
Diffstat (limited to 'godot/theming')
| -rw-r--r-- | godot/theming/FreeMono.otf | bin | 0 -> 430884 bytes | |||
| -rw-r--r-- | godot/theming/menu_font.tres | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/godot/theming/FreeMono.otf b/godot/theming/FreeMono.otf Binary files differnew file mode 100644 index 0000000..dc646b1 --- /dev/null +++ b/godot/theming/FreeMono.otf diff --git a/godot/theming/menu_font.tres b/godot/theming/menu_font.tres new file mode 100644 index 0000000..5c850e4 --- /dev/null +++ b/godot/theming/menu_font.tres @@ -0,0 +1,6 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://theming/FreeMono.otf" type="DynamicFontData" id=1] + +[resource] +font_data = ExtResource( 1 ) |
