This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Font File=”Assets/Fonts/Comic Sans MS.ttf” ux:Global=”MyDefaultFont” /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Text Font=”MyDefaultFont” Value="Oh, hi there" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Text ux:Class=“MyHeadlineText” FontSize="32" Font=”MyDefaultFont” /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<MyHeadlineText Value=“Oh, hi there”/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Text ux:Class=“MyHeadlineText” Size=“32” Font=”MyDefaultFont” Color="#DB6882" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<float4 ux:Value=”#8A5182" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<float4 ux:Global=“MyFavColor” ux:Value=”#8A5182" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Text Size=“16” Font=”MyDefaultFont” Color=“MyFavColor” /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Circle Height="60" Color="#6DBFD2" > | |
<WhilePressed> | |
<Scale Factor="0.9" Easing="BounceInOut" Duration="0.2"/> | |
</WhilePressed> | |
</Circle> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Circle Height="60" Color="#6DBFD2" > | |
<WhilePressed> | |
<Move Y="-1" RelativeTo="Size" Easing="BounceInOut" Duration="0.2"/> | |
</WhilePressed> | |
</Circle> |