Update to Godot 4.5
Close letters container on game over
Allow guesses with known-incorrect letters
Update array delaration in download_words.py
Remove export_presets.cfg
Remove words.txt
Add licenses menu
Use custom icon
Reset GameOverLabel on reset
Prevent RichTextLabels from scrolling
Prevent all lines being editable after reset
Add Letters and Give Up buttons
Prevent play from continuing after win
Fix AnswerLabel upon win
Add icon.png
Use push_color and append_text for GameOverLabel
Make answer label text bigger
Prevent player giving answers out of order
Make the colors dictionary typed
Fix answer label text size
Prevent rejection of correct answers
Add custom words
Remove duplicate OFL
Add custom font
Add theme.tres
Add fullscreen toggle
Add valid letters popup
Make download_words.py executable
Shrink content
Add custom theme
Filter temp files
Remove temp file
Reject words if they contain known-wrong letters
Remove test text from label
Change font size for guesses
Change scaling
Add game over and reset
Fix focus after invalid input
Initial commit