Upgrade to v4.3.stable.official [77dcf97d8]
This commit is contained in:
parent
feb158f85d
commit
8129cefb00
9 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue