the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 160 lines 3.9 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>XuiDebugSetCamera</Id> 9<Width>267.275146</Width> 10<Height>360.700745</Height> 11<Position>993.158508,15.835232,0.000000</Position> 12<DisableTimelineRecursion>true</DisableTimelineRecursion> 13<ClassOverride>CScene_DebugSetCamera</ClassOverride> 14<DefaultFocus>LockPlayer</DefaultFocus> 15</Properties> 16<XuiEdit> 17<Properties> 18<Id>CamX</Id> 19<Width>80.000000</Width> 20<Height>33.000000</Height> 21<Position>20.000000,100.000000,0.000000</Position> 22<ClassOverride>CXuiCtrl4JEdit</ClassOverride> 23<NavLeft>CamZ</NavLeft> 24<NavRight>CamY</NavRight> 25<NavUp>Teleport</NavUp> 26<NavDown>YRot</NavDown> 27<AllowedChars>0123456789.-</AllowedChars> 28</Properties> 29</XuiEdit> 30<XuiEdit> 31<Properties> 32<Id>CamZ</Id> 33<Width>80.000000</Width> 34<Height>33.000000</Height> 35<Position>180.000000,100.000000,0.000000</Position> 36<ClassOverride>CXuiCtrl4JEdit</ClassOverride> 37<NavLeft>CamY</NavLeft> 38<NavRight>CamX</NavRight> 39<NavUp>Teleport</NavUp> 40<NavDown>Elevation</NavDown> 41<AllowedChars>0123456789.-</AllowedChars> 42</Properties> 43</XuiEdit> 44<XuiEdit> 45<Properties> 46<Id>YRot</Id> 47<Width>80.000000</Width> 48<Height>33.000000</Height> 49<Position>20.000000,185.000000,0.000000</Position> 50<ClassOverride>CXuiCtrl4JEdit</ClassOverride> 51<NavLeft>Elevation</NavLeft> 52<NavRight>Elevation</NavRight> 53<NavUp>CamX</NavUp> 54<NavDown>LockPlayer</NavDown> 55<AllowedChars>0123456789.-</AllowedChars> 56</Properties> 57</XuiEdit> 58<XuiEdit> 59<Properties> 60<Id>CamY</Id> 61<Width>80.000000</Width> 62<Height>33.000000</Height> 63<Position>100.000000,100.000000,0.000000</Position> 64<ClassOverride>CXuiCtrl4JEdit</ClassOverride> 65<NavLeft>CamX</NavLeft> 66<NavRight>CamZ</NavRight> 67<NavUp>Teleport</NavUp> 68<NavDown>Elevation</NavDown> 69<AllowedChars>0123456789.-</AllowedChars> 70</Properties> 71</XuiEdit> 72<XuiEdit> 73<Properties> 74<Id>Elevation</Id> 75<Width>80.000000</Width> 76<Height>33.000000</Height> 77<Position>100.000000,185.000000,0.000000</Position> 78<ClassOverride>CXuiCtrl4JEdit</ClassOverride> 79<NavLeft>YRot</NavLeft> 80<NavRight>YRot</NavRight> 81<NavUp>CamY</NavUp> 82<NavDown>LockPlayer</NavDown> 83<AllowedChars>0123456789.-</AllowedChars> 84</Properties> 85</XuiEdit> 86<XuiLabel> 87<Properties> 88<Id>XuiLabel1</Id> 89<Width>80.000000</Width> 90<Height>24.000000</Height> 91<Position>20.000000,70.000015,0.000000</Position> 92<Visual>XuiLabelDark</Visual> 93<Text>Cam-X</Text> 94</Properties> 95</XuiLabel> 96<XuiLabel> 97<Properties> 98<Id>XuiLabel2</Id> 99<Width>140.000000</Width> 100<Height>24.000000</Height> 101<Position>180.000000,67.000000,0.000000</Position> 102<Visual>XuiLabelDark</Visual> 103<Text>Cam-Z</Text> 104</Properties> 105</XuiLabel> 106<XuiLabel> 107<Properties> 108<Id>XuiLabel3</Id> 109<Width>236.599915</Width> 110<Height>24.000000</Height> 111<Position>10.000000,150.000000,0.000000</Position> 112<Visual>XuiLabelDark</Visual> 113<Text>Y-Rot &amp; Elevation (Degs)</Text> 114</Properties> 115</XuiLabel> 116<XuiLabel> 117<Properties> 118<Id>XuiLabel4</Id> 119<Width>80.000000</Width> 120<Height>24.000000</Height> 121<Position>100.000000,70.000000,0.000000</Position> 122<Visual>XuiLabelDark</Visual> 123<Text>Cam-Y</Text> 124</Properties> 125</XuiLabel> 126<XuiLabel> 127<Properties> 128<Id>XuiLabel7</Id> 129<Width>183.599976</Width> 130<Height>42.000000</Height> 131<Position>20.000000,14.000000,0.000000</Position> 132<Visual>XuiLabelDark</Visual> 133<Text>Set Camera Position</Text> 134</Properties> 135</XuiLabel> 136<XuiCheckbox> 137<Properties> 138<Id>LockPlayer</Id> 139<Width>180.129578</Width> 140<Height>39.000000</Height> 141<Position>21.000000,240.399994,0.000000</Position> 142<ClassOverride>CXuiCheckbox</ClassOverride> 143<NavUp>YRot</NavUp> 144<NavDown>Teleport</NavDown> 145<Text>Lock Player</Text> 146</Properties> 147</XuiCheckbox> 148<XuiButton> 149<Properties> 150<Id>Teleport</Id> 151<Width>180.928040</Width> 152<Height>40.000000</Height> 153<Position>20.320000,296.820038,0.000000</Position> 154<NavUp>LockPlayer</NavUp> 155<NavDown>CamX</NavDown> 156<Text>Teleport</Text> 157</Properties> 158</XuiButton> 159</XuiScene> 160</XuiCanvas>