the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 84 lines 2.1 kB view raw
1<XuiCanvas version="000c"> 2<Properties> 3<Width>1280.000000</Width> 4<Height>720.000000</Height> 5</Properties> 6<XuiScene> 7<Properties> 8<Id>TutorialPopup</Id> 9<Width>250.000000</Width> 10<Height>210.000000</Height> 11<Position>390.000000,4.000000,0.000000</Position> 12<DisableFocusRecursion>true</DisableFocusRecursion> 13<ClassOverride>CScene_TutorialPopup</ClassOverride> 14<Visual>PointerTextPanel</Visual> 15</Properties> 16<XuiHtmlControl> 17<Properties> 18<Id>Description</Id> 19<Width>230.000000</Width> 20<Height>190.000000</Height> 21<Position>10.000000,10.000000,0.000000</Position> 22<Anchor>5</Anchor> 23<Visual>XuiHtmlControl</Visual> 24</Properties> 25</XuiHtmlControl> 26<XuiLabel> 27<Properties> 28<Id>XuiInventoryPic</Id> 29<Width>32.000000</Width> 30<Height>32.000000</Height> 31<Position>108.000000,168.000000,0.000000</Position> 32<Anchor>24</Anchor> 33<Show>false</Show> 34<ClassOverride>CXuiCtrlCraftIngredientSlot</ClassOverride> 35<Visual>ItemButtonRed</Visual> 36</Properties> 37</XuiLabel> 38<XuiImage> 39<Properties> 40<Id>XuiImage</Id> 41<Width>160.000000</Width> 42<Height>90.000000</Height> 43<Position>45.000000,110.000000,0.000000</Position> 44<Anchor>24</Anchor> 45<Show>false</Show> 46<ImagePath>TutorialExitScreenshot.png</ImagePath> 47</Properties> 48</XuiImage> 49<XuiLabel> 50<Properties> 51<Id>Title</Id> 52<Width>230.000000</Width> 53<Height>44.000000</Height> 54<Position>10.000000,10.000000,0.000000</Position> 55<Anchor>5</Anchor> 56<Show>false</Show> 57<Visual>XuiLabelLight_ShadowedSmall</Visual> 58</Properties> 59</XuiLabel> 60<XuiLabel> 61<Properties> 62<Id>FontSize</Id> 63<Width>205.000000</Width> 64<Height>74.000000</Height> 65<Position>-198.000000,524.000000,0.000000</Position> 66<Text>12 67</Text> 68</Properties> 69</XuiLabel> 70<XuiText> 71<Properties> 72<Id>XuiText1</Id> 73<Width>657.000000</Width> 74<Height>139.000000</Height> 75<Position>-209.000000,442.000000,0.000000</Position> 76<DesignTime>true</DesignTime> 77<Text>To change the font size of the text in the HTML control, change the value of the "FontSize" control to the size required.</Text> 78<TextColor>0xff0f0f0f</TextColor> 79<DropShadowColor>0x800f0f0f</DropShadowColor> 80<TextStyle>0</TextStyle> 81</Properties> 82</XuiText> 83</XuiScene> 84</XuiCanvas>