diff --git a/card.gd b/card.gd index 76168f7..ce1da2c 100644 --- a/card.gd +++ b/card.gd @@ -39,9 +39,5 @@ func load_card() -> bool: card_type = card_json["type_line"] oracle_text = card_json["oracle_text"] - var img = Image.new() - img.load("user://card_cache/" + card_id + "/card.jpg") - texture = ImageTexture.create_from_image(img) - ondisk_card = null return true