diff --git a/README.md b/README.md index 745ce42..786a391 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Gordle -Exactly what the title implies - A [Godot engine](https://godotengine.org/) 4.2.1 clone of the trendy game [Wordle](https://www.nytimes.com/games/wordle/index.html). Don't get your expections high. +Exactly what the title implies - A [Godot engine](https://godotengine.org/) 4.3 clone of the trendy game [Wordle](https://www.nytimes.com/games/wordle/index.html). Don't get your expections high. Play it at https://thearst3rd.com/games/gordle or https://thearst3rd.itch.io/gordle diff --git a/fonts/Louis George Cafe Bold Italic.ttf.import b/fonts/Louis George Cafe Bold Italic.ttf.import index ef1cf9c..a6b3318 100644 --- a/fonts/Louis George Cafe Bold Italic.ttf.import +++ b/fonts/Louis George Cafe Bold Italic.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Louis George Cafe Bold Italic.ttf-f7950aa2883 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/fonts/Louis George Cafe Bold.ttf.import b/fonts/Louis George Cafe Bold.ttf.import index 0fba1dc..8b05a6f 100644 --- a/fonts/Louis George Cafe Bold.ttf.import +++ b/fonts/Louis George Cafe Bold.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Louis George Cafe Bold.ttf-b0636941e64913a7c7 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/fonts/Louis George Cafe Italic.ttf.import b/fonts/Louis George Cafe Italic.ttf.import index 2fbc27d..da5d385 100644 --- a/fonts/Louis George Cafe Italic.ttf.import +++ b/fonts/Louis George Cafe Italic.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Louis George Cafe Italic.ttf-7c4cebb6b89daf9a Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/fonts/Louis George Cafe Light Italic.ttf.import b/fonts/Louis George Cafe Light Italic.ttf.import index b5daaf0..198b920 100644 --- a/fonts/Louis George Cafe Light Italic.ttf.import +++ b/fonts/Louis George Cafe Light Italic.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Louis George Cafe Light Italic.ttf-3bc639f66f Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/fonts/Louis George Cafe Light.ttf.import b/fonts/Louis George Cafe Light.ttf.import index e0cad4a..4a4a13e 100644 --- a/fonts/Louis George Cafe Light.ttf.import +++ b/fonts/Louis George Cafe Light.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Louis George Cafe Light.ttf-af51ede3c574e1f3e Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/fonts/Louis George Cafe.ttf.import b/fonts/Louis George Cafe.ttf.import index d19a3a2..4aee4dc 100644 --- a/fonts/Louis George Cafe.ttf.import +++ b/fonts/Louis George Cafe.ttf.import @@ -15,6 +15,7 @@ dest_files=["res://.godot/imported/Louis George Cafe.ttf-7069fa0ad08fa81628e2f55 Rendering=null antialiasing=1 generate_mipmaps=false +disable_embedded_bitmaps=true multichannel_signed_distance_field=false msdf_pixel_range=8 msdf_size=48 diff --git a/project.godot b/project.godot index 1c39245..c0d4739 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="gordle" run/main_scene="res://src/menu.tscn" -config/features=PackedStringArray("4.2") +config/features=PackedStringArray("4.3") config/icon="res://icon.png" [autoload] diff --git a/src/letter.tscn b/src/letter.tscn index 7ee4502..c6a32c9 100644 --- a/src/letter.tscn +++ b/src/letter.tscn @@ -4,6 +4,9 @@ [sub_resource type="FontFile" id="1"] fallbacks = Array[Font]([ExtResource("1")]) +subpixel_positioning = 0 +msdf_pixel_range = 14 +msdf_size = 128 cache/0/52/0/ascent = 0.0 cache/0/52/0/descent = 0.0 cache/0/52/0/underline_position = 0.0