mirror of
https://github.com/Trans-AEther-Tranquilizer-Automata/tata-assets.git
synced 2026-04-24 18:06:05 +00:00
No description
| canvas | ||
| fonts | ||
| images | ||
| avatar-border.svg | ||
| avatarWrap.png | ||
| background.png | ||
| barcode.png | ||
| bottomstripe.png | ||
| decor.png | ||
| dots-2.png | ||
| dots.png | ||
| empt_background.png | ||
| empty.png | ||
| emptybox.png | ||
| endfield.png | ||
| lines_or_something.png | ||
| OperatorCard_bottomDecor.png | ||
| qrcodethingy.png | ||
| rarity.png | ||
| README.md | ||
| skill_indicator.svg | ||
| skillborder.png | ||
| weapon_border.png | ||
| weaponbox.png | ||
| weaponlevels.png | ||
| x.png | ||
Assets Folder
This folder contains resources used for generating character cards with Canvas.
Folder Structure
- fonts/ - Custom fonts for text rendering
- images/ - Background images, textures, and other visual assets
Recommended Fonts
For optimal character card rendering, add these fonts to the fonts/ directory:
Inter Font Family (Recommended)
- Inter-Bold.ttf - Used for headings and important text
- Inter-Regular.ttf - Used for body text
You can download Inter fonts from:
Installation
- Download the font files (.ttf format)
- Place them in the
fonts/directory:assets/fonts/Inter-Bold.ttfassets/fonts/Inter-Regular.ttf
- The bot will automatically load and use these fonts
Fallback Fonts
If custom fonts are not available, the system will fall back to:
- Arial - Standard sans-serif font
- sans-serif - System default
Image Assets
You can add custom images to the images/ directory for:
- Background overlays
- Decorative elements
- Custom badges or icons
Notes
- Fonts are optional but highly recommended for better typography
- The bot checks for font files at startup and loads them if available
- All assets are loaded from the filesystem, not embedded in the code