I'm Probably Over Thing This

I am working on my first game from scratch which is a card game, and am wondering if since I have cards already made with all of the details and everything. Could I use them as assets and tie each image to each of the code versions of the cards? Any tutorial or help video I look at has the card being made from scratch. I just think it would be easier to use the images I had already made.

You can’t “tie” an image to code, but you can create cards using Resources, which can contain a property for your Texture, which is the artwork you made for your card(s).

It’s just a difference in layout. Any card tutorial will likely include card’s main illustration when making cards. So from the functional side, you can follow a tutorial, but from the layout side just stretch the illustration across the entire card layout and disregard everything else.