forked from JohnnyCheese/TTS_X-Wing2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTractor.xml
30 lines (29 loc) · 2.08 KB
/
Tractor.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Panel id="BtnPanel"
width="400"
height="400"
position="0 0 -30"
rotation="0 0 180"
color="#aaffaa00"
onMouseExit="hideBtn"
showAnimation="Grow"
hideAnimation="Shrink"
active="false"
raycastTarget='true'>
<Button id="BoostSbtn" offsetXY="0 150" width="80" height="80" active="true" onClick="BstS" color="#aaffaa00">
<Image id="BoostSIcon" image="BoostS" preserveAspect="true"></Image></Button>
<Button id="BarrelLFbtn" offsetXY="-150 100" width="80" height="80" active="true" onClick="BlF" color="#aaffaa00">
<Image id="BLFIcon" image="BarrelLF" preserveAspect="true"></Image></Button>
<Button id="BarrelLbtn" offsetXY="-150 0" width="80" height="80" active="true" onClick="Bl" color="#aaffaa00">
<Image id="BLIcon" image="BarrelL" preserveAspect="true"></Image></Button>
<Button id="BarrelLBbtn" offsetXY="-150 -100" width="80" height="80" active="true" onClick="BlB" color="#aaffaa00">
<Image id="BLBIcon" image="BarrelLB" preserveAspect="true"></Image></Button>
<Button id="BarrelRFbtn" offsetXY="150 100" width="80" height="80" active="true" onClick="BrF" color="#aaffaa00">
<Image id="BRFIcon" image="BarrelRF" preserveAspect="true"></Image></Button>
<Button id="BarrelRbtn" offsetXY="150 0" width="80" height="80" active="true" onClick="Br" color="#aaffaa00">
<Image id="BRIcon" image="BarrelR" preserveAspect="true"></Image></Button>
<Button id="BarrelRBbtn" offsetXY="150 -100" width="80" height="80" active="true" onClick="BrB" color="#aaffaa00">
<Image id="BRBIcon" image="BarrelRB" preserveAspect="true"></Image></Button>
<Button id="Delbtn" offsetXY="0 -50" width="100" height="60" active="true" onClick="Delete" color="white" fontStyle='Bold' fontSize='25'>DEL</Button>
<Button id="RotLbtn" offsetXY="-45 40" width="70" height="70" active="true" onClick="RotL" color="white" fontStyle='Bold' fontSize='25'>90°L</Button>
<Button id="RotRbtn" offsetXY="45 40" width="70" height="70" active="true" onClick="RotR" color="white" fontStyle='Bold' fontSize='25'>90°R</Button>
</Panel>