BasicLandTherosTemplate
src.templates.basic_land.BasicLandTherosTemplate
Bases: FullartMod
, BaseTemplate
Fullart basic land template introduced in Theros: Beyond Death.
Source code in src\templates\basic_land.py
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
|
Attributes
template_suffix = 'Theros'
- Layer Groups
Functions
enable_frame_layers()
Only one layer, named according to basic land name.
Source code in src\templates\basic_land.py
68 69 70 |
|
text_group() -> Optional[LayerSet]
Text layers are in the document root.
Source code in src\templates\basic_land.py
59 60 61 62 |
|