mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Update scenes/title.gd
Co-authored-by: schokotets <moritzleni@gmail.com>
This commit is contained in:
parent
659d48a0c4
commit
3c26150450
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue