cleans up nonsense from card.gd

This commit is contained in:
Nathan Singer 2025-04-23 17:06:55 -04:00
parent bf9244c2b7
commit 6100a50754

View File

@ -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