Closed bloodypenguin closed 9 years ago
That would be handy if a user wants to base his theme on some built-in theme or a theme that is already present in the config. If ha wants to ban some buildings from parent theme he may explicitly set "remove" attribute for such buildings.
Ex:
<Themes> <Theme name="Berlin" parent="London"> <Buildings> <Building name="TowerBridge" include="false"> </Buildings> </Theme> </Themes>
Working on it
Bad idea. Inheritance may be really confusing for users and may produce loops.
That would be handy if a user wants to base his theme on some built-in theme or a theme that is already present in the config. If ha wants to ban some buildings from parent theme he may explicitly set "remove" attribute for such buildings.
Ex: