diff options
author | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
commit | dff76d9344a4102154f98bb38a8c8773c214a5bd (patch) | |
tree | 1f8cebb4ad535f46f0cfeaad98b5273bc65a270d /client/menu/theme | |
parent | 0bdd9ed7b86fc39f154d762644de8483df0189bc (diff) | |
download | hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.bz2 hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.zst |
Update to Godot 4.4
Diffstat (limited to 'client/menu/theme')
7 files changed, 7 insertions, 0 deletions
diff --git a/client/menu/theme/fonts/font-azaret-mono.woff2.import b/client/menu/theme/fonts/font-azaret-mono.woff2.import index 20a14c40..b6ad2a4c 100644 --- a/client/menu/theme/fonts/font-azaret-mono.woff2.import +++ b/client/menu/theme/fonts/font-azaret-mono.woff2.import @@ -23,6 +23,7 @@ allow_system_fallback=true force_autohinter=false hinting=1 subpixel_positioning=1 +keep_rounding_remainders=true oversampling=0.0 Fallbacks=null fallbacks=[] diff --git a/client/menu/theme/fonts/font-josefin-sans.woff2.import b/client/menu/theme/fonts/font-josefin-sans.woff2.import index 8334a70e..89bb6d85 100644 --- a/client/menu/theme/fonts/font-josefin-sans.woff2.import +++ b/client/menu/theme/fonts/font-josefin-sans.woff2.import @@ -23,6 +23,7 @@ allow_system_fallback=true force_autohinter=false hinting=1 subpixel_positioning=1 +keep_rounding_remainders=true oversampling=0.0 Fallbacks=null fallbacks=[] diff --git a/client/menu/theme/fonts/font-sansita-swashed.woff2.import b/client/menu/theme/fonts/font-sansita-swashed.woff2.import index d35f5ae1..c873b2da 100644 --- a/client/menu/theme/fonts/font-sansita-swashed.woff2.import +++ b/client/menu/theme/fonts/font-sansita-swashed.woff2.import @@ -23,6 +23,7 @@ allow_system_fallback=true force_autohinter=false hinting=1 subpixel_positioning=1 +keep_rounding_remainders=true oversampling=0.0 Fallbacks=null fallbacks=[] diff --git a/client/menu/theme/shaders/blur_mix.gdshader.uid b/client/menu/theme/shaders/blur_mix.gdshader.uid new file mode 100644 index 00000000..7279563b --- /dev/null +++ b/client/menu/theme/shaders/blur_mix.gdshader.uid @@ -0,0 +1 @@ +uid://cwldxegcj55if diff --git a/client/menu/theme/shaders/grayscale.gdshader.uid b/client/menu/theme/shaders/grayscale.gdshader.uid new file mode 100644 index 00000000..b721a6e0 --- /dev/null +++ b/client/menu/theme/shaders/grayscale.gdshader.uid @@ -0,0 +1 @@ +uid://qjrh2imc53u1 diff --git a/client/menu/theme/shaders/menu_background.gdshader.uid b/client/menu/theme/shaders/menu_background.gdshader.uid new file mode 100644 index 00000000..00c2d21a --- /dev/null +++ b/client/menu/theme/shaders/menu_background.gdshader.uid @@ -0,0 +1 @@ +uid://b1k6ipo0sagli diff --git a/client/menu/theme/shaders/printed.gdshader.uid b/client/menu/theme/shaders/printed.gdshader.uid new file mode 100644 index 00000000..7c5fe12e --- /dev/null +++ b/client/menu/theme/shaders/printed.gdshader.uid @@ -0,0 +1 @@ +uid://5p1xlwoc8qe5 |