diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2022-09-02 23:12:33 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2022-09-02 23:12:33 -0700 |
| commit | 4d51178d32e07c070c61aa7567856bec7eda3639 (patch) | |
| tree | 7ef4884dd2221340f9c1ed96bd0f52c761ae9fb0 /theming | |
| parent | 0939d84e611f1c63fd5805339a2f777251fb1653 (diff) | |
hit/killsounds, swimming, main menu, fixed explosion physics
Diffstat (limited to 'theming')
| -rw-r--r-- | theming/FreeMono.otf | bin | 0 -> 430884 bytes | |||
| -rw-r--r-- | theming/menu_font.tres | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/theming/FreeMono.otf b/theming/FreeMono.otf Binary files differnew file mode 100644 index 0000000..dc646b1 --- /dev/null +++ b/theming/FreeMono.otf diff --git a/theming/menu_font.tres b/theming/menu_font.tres new file mode 100644 index 0000000..5c850e4 --- /dev/null +++ b/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 ) |
