Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daviirodrig committed Aug 15, 2023
1 parent 1a23e0c commit 8918531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/WordList.gd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const pixelfont = preload("res://fonts/GnuUnifontFull-Pm9P.ttf")

# Called when the node enters the scene tree for the first time.
func _ready() -> void:
words_builder.call_deferred()
words_builder()
%ImageCounter.text = "Imagens encontradas: {a}/{b}".format(
{"a": pictureCount, "b": len(Consts.has_picture)}
)
Expand Down

0 comments on commit 8918531

Please sign in to comment.