Untitled
xml
2 months ago
1.7 kB
2
Indexable
Never
<Sprite textureName="hsgbom_sp_background" y="-1080"> <ConditionalProperties> <NumberProperty name="x" defaultValue="543"> <If orientation="portrait" device="mobile">234</If> <If orientation="landscape"> <If device="mobile">543</If> <If device="tablet">543</If> <If device="desktop">543</If> </If> </NumberProperty> <NumberProperty name="scale.x" defaultValue="1"> <If orientation="landscape"> <If device="mobile">543</If> <If device="tablet">543</If> <If device="desktop">543</If> </If> <If orientation="portrait"> <Lerp condition="visibleWidth" minConditionValue="1400" maxConditionValue="1800" min="1" max="1.2"/> </If> </NumberProperty> <NumberProperty name="scale.y" defaultValue="1"> <Lerp condition="aspectRatio" minConditionValue="0.3" maxConditionValue="0.7" min="0.2" max="1.5"/> </NumberProperty> </ConditionalProperties> </Sprite> <Sprite textureName="hsgbom_sp_logotype_static" x="590"> <ConditionalProperties> <BooleanProperty name="visible" defaultValue="false"> <If orientation="portrait" device="mobile">true</If> </BooleanProperty> </ConditionalProperties> </Sprite>