Some adjustaments

This commit is contained in:
Luca Canali 2022-09-13 17:44:51 +02:00
parent af776bd3c2
commit 9caaddc06e
2 changed files with 1 additions and 2 deletions

View file

@ -151,7 +151,7 @@ mute={
[locale] [locale]
translations=PoolStringArray( "res://locale/it_IT/it_IT-cards.po", "res://locale/it_IT/it_IT-levels.po", "res://locale/it_IT/it_IT-text.po" ) translations=PoolStringArray( "res://locale/it_IT/it_IT-cards.po", "res://locale/it_IT/it_IT-text.po" )
locale_filter=[ 0, [ ] ] locale_filter=[ 0, [ ] ]
[network] [network]

View file

@ -3,7 +3,6 @@ extends Node
var chapters var chapters
func _ready(): func _ready():
print(game.os_lang)
reload() reload()
func reload(): func reload():