mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Some adjustaments
This commit is contained in:
parent
af776bd3c2
commit
9caaddc06e
2 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||||
|
|
|
@ -3,7 +3,6 @@ extends Node
|
||||||
var chapters
|
var chapters
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
print(game.os_lang)
|
|
||||||
reload()
|
reload()
|
||||||
|
|
||||||
func reload():
|
func reload():
|
||||||
|
|
Loading…
Reference in a new issue