BasicLandUnstableTemplate
src.templates.basic_land.BasicLandUnstableTemplate
Bases: BorderlessMod
, BaseTemplate
Basic land template for the borderless basics from Unstable. Doesn't support expansion symbol.
Todo
Transition to 'Normal' type.
Source code in src\templates\basic_land.py
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
|
Attributes
template_suffix = 'Unstable'
- Layer Groups
Functions
enable_frame_layers()
Only one layer, named according to basic land name.
Source code in src\templates\basic_land.py
46 47 48 |
|
load_expansion_symbol()
Does not support expansion symbol.
Source code in src\templates\basic_land.py
38 39 40 |
|