fix: had corrupted a translation key by removing punctuation
This commit is contained in:
parent
a07ec30716
commit
d78cece129
|
|
@ -28,7 +28,7 @@ func start_room_async():
|
||||||
%SceneAnimationPlayer.start_soundtrack()
|
%SceneAnimationPlayer.start_soundtrack()
|
||||||
|
|
||||||
if not State.save_game.childhood_board_complete:
|
if not State.save_game.childhood_board_complete:
|
||||||
P.instruction.call_deferred("Find all three Momentos to collect all thoughts")
|
P.instruction.call_deferred("Find all three Momentos to collect all thoughts.")
|
||||||
|
|
||||||
Scenes.player_enable.emit(true)
|
Scenes.player_enable.emit(true)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue