diff --git a/levels/base_level/base_level.gd b/levels/base_level/base_level.gd index 3a5adfb..4efc086 100644 --- a/levels/base_level/base_level.gd +++ b/levels/base_level/base_level.gd @@ -202,7 +202,6 @@ func _on_card_put() -> void: for i in range(len(block_array)): if i != 0: if ExprValidator.is_smile(expr[i-1]+expr[i]): - print(expr[i-1]+expr[i]) # print(expr[i-1]+expr[i]) block_array[i-1].set_color(ImageLib.PALETTE["golden"]) block_array[i].set_color(ImageLib.PALETTE["golden"]) diff --git a/objects/card/card.gd b/objects/card/card.gd index 9f050b7..bba1a27 100644 --- a/objects/card/card.gd +++ b/objects/card/card.gd @@ -126,8 +126,6 @@ func set_word(value: String) -> void: $CardBackSprite, 1, 3, 1, "res://objects/card/card%d.png", ImageLib.PALETTE["lightblue"], ImageLib.PALETTE[card_type] ) - print($CardBackSprite.animation) - print($CardBackSprite.sprite_frames.animations) func get_word() -> String: