Update scenes/title.gd

Co-authored-by: schokotets <moritzleni@gmail.com>
This commit is contained in:
Luca Canali 2022-08-16 08:32:06 +02:00 committed by GitHub
parent 659d48a0c4
commit 3c26150450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ func uncheck_all_item():
# Create popup items width allowed locales
func make_popup_item():
func make_popup_items():
for i in game.langs.keys():
popup.get_popup().add_radio_check_item(game.langs[i], i)