card-overview
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
card-overview [2024/09/10 02:44] – [Card Customization] isiahgames | card-overview [2024/11/30 12:57] (current) – [Bases & Card Types] banerjeesw | ||
---|---|---|---|
Line 4: | Line 4: | ||
Each Card is composed of a number of layers of Bitmaps which are drawn to screen in the following sequence: | Each Card is composed of a number of layers of Bitmaps which are drawn to screen in the following sequence: | ||
- | {{https://cdn.discordapp.com/attachments/235557488794009600/1090615934810599585/ | + | {{https://img.itch.zone/aW1nLzE4NzkxNzgzLnBuZw==/original/kZaXHA.png? |
|**Card Base**| Serves as the bottom-most layer which is used to determine the Card's shape and background. You can provide images of any dimensions to make up the Card Base, however, keep in mind how much screen space the Hand has in your game.| | |**Card Base**| Serves as the bottom-most layer which is used to determine the Card's shape and background. You can provide images of any dimensions to make up the Card Base, however, keep in mind how much screen space the Hand has in your game.| | ||
Line 15: | Line 15: | ||
The following parameters give you control over the appearance of your cards: | The following parameters give you control over the appearance of your cards: | ||
- | {{https://cdn.discordapp.com/attachments/235557488794009600/1090588866341261375/ | + | {{https://img.itch.zone/aW1nLzE4NzkxNzE1LnBuZw==/original/AUw58x.png|Plugin Params for Card Appearance}} |
- | + | ||
- | {{https:// | + | |
^ Parameter ^ Description ^ | ^ Parameter ^ Description ^ | ||
Line 28: | Line 26: | ||
| **Smooth Scaling** | Determines whether smoothing is applied when scaling cards up or down. If this is set to false, scaled cards will appear pixelated, which may be desired if your game has a pixel art style. | | | **Smooth Scaling** | Determines whether smoothing is applied when scaling cards up or down. If this is set to false, scaled cards will appear pixelated, which may be desired if your game has a pixel art style. | | ||
- | If you are using TextFormatPlus, you have additional options for Card Customization. Each individual text component - Name, Description, | + | If you are using [[plugin-text-plus|Text Format Plus]], you have additional options for Card Customization. Each individual text component - Name, Description, |
^ Parameter ^ Description ^ | ^ Parameter ^ Description ^ | ||
Line 34: | Line 32: | ||
| **Font Size** | The font size of the given text component. | | | **Font Size** | The font size of the given text component. | | ||
| **Font Face** | The font of the given text component. Fonts must either all be in .ttf format or all be in .woff format. | | | **Font Face** | The font of the given text component. Fonts must either all be in .ttf format or all be in .woff format. | | ||
- | | **Text Style /Text Style Value** | See [[plugin-text-plus# | + | | **Text Style/Text Style Value** | See [[plugin-text-plus# |
| **Max Text Width** | Used for word-wrap and text alignment. Use 0 to set automatically, | | **Max Text Width** | Used for word-wrap and text alignment. Use 0 to set automatically, | ||
| **Line Spacing** | The amount of pixels of space between multiple lines of text, if applicable. 0 to set automatically. | | | **Line Spacing** | The amount of pixels of space between multiple lines of text, if applicable. 0 to set automatically. | | ||
- | | **Text Alignment* | Whether the text will be left-aligned, | + | | **Text Alignment** | Whether the text will be left-aligned, |
===== Card Art ===== | ===== Card Art ===== | ||
Line 53: | Line 51: | ||
==== Bases & Card Types ==== | ==== Bases & Card Types ==== | ||
- | If you have MYTH_CGC_CardTypes, it has a feature where cards of the same card type may all use a different card base from the Default Card Base. The <Card Base> notetag will override this behavior. | + | If you are using [[plugin-card-types|Card Types Plugin]], it has a feature where cards of the same card type may all use a different card base from the Default Card Base. The <Card Base> notetag will override this behavior. |
Priority goes like this: | Priority goes like this: |
card-overview.1725929097.txt.gz · Last modified: 2024/09/10 02:44 by isiahgames