More CEGUI in main menu
parent
6fb4719614
commit
a7a108a145
|
@ -15,7 +15,7 @@
|
|||
<Image name="SomeBar1" width="32" height="128" xPos="384" yPos="128" />
|
||||
<Image name="SomeBar2" width="96" height="32" xPos="416" yPos="128" />
|
||||
<Image name="SomeBar3" width="96" height="32" xPos="416" yPos="160" />
|
||||
<Image name="SomeBar4" width="32" height="64" xPos="416" yPos="192" />
|
||||
<Image name="SomeBar4" width="30" height="62" xPos="418" yPos="194" /> <!-- TODO: Check the others -->
|
||||
<Image name="SomeBar5" width="32" height="64" xPos="448" yPos="192" />
|
||||
<Image name="SomeBar6" width="32" height="64" xPos="480" yPos="192" />
|
||||
<Image name="SomeButton3" width="128" height="128" xPos="512" yPos="128" />
|
||||
|
|
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" ?>
|
||||
<Imageset version="2" name="ColobotButton3" resourceGroup="textures" imagefile="button3.png" autoScaled="vertical" nativeHorzRes="2560" nativeVertRes="1920">
|
||||
<Image name="MenuGroup1" width="64" height="64" xPos="256" yPos="768" />
|
||||
<Image name="MenuGroup1TL" width="6" height="6" xPos="256" yPos="768" />
|
||||
<Image name="MenuGroup1T" width="52" height="6" xPos="262" yPos="768" />
|
||||
<Image name="MenuGroup1TR" width="6" height="6" xPos="314" yPos="768" />
|
||||
<Image name="MenuGroup1L" width="6" height="6" xPos="256" yPos="774" />
|
||||
<Image name="MenuGroup1C" width="52" height="52" xPos="262" yPos="774" />
|
||||
<Image name="MenuGroup1R" width="6" height="6" xPos="314" yPos="774" />
|
||||
<Image name="MenuGroup1BL" width="6" height="6" xPos="256" yPos="826" />
|
||||
<Image name="MenuGroup1B" width="52" height="6" xPos="262" yPos="826" />
|
||||
<Image name="MenuGroup1BR" width="6" height="6" xPos="314" yPos="826" />
|
||||
<Image name="MenuGroup2" width="64" height="64" xPos="320" yPos="768" />
|
||||
<Image name="MenuGroup2TL" width="6" height="6" xPos="320" yPos="768" />
|
||||
<Image name="MenuGroup2T" width="52" height="6" xPos="326" yPos="768" />
|
||||
<Image name="MenuGroup2TR" width="6" height="6" xPos="378" yPos="768" />
|
||||
<Image name="MenuGroup2L" width="6" height="6" xPos="320" yPos="774" />
|
||||
<Image name="MenuGroup2C" width="52" height="52" xPos="326" yPos="774" />
|
||||
<Image name="MenuGroup2R" width="6" height="6" xPos="378" yPos="774" />
|
||||
<Image name="MenuGroup2BL" width="6" height="6" xPos="320" yPos="826" />
|
||||
<Image name="MenuGroup2B" width="52" height="6" xPos="326" yPos="826" />
|
||||
<Image name="MenuGroup2BR" width="6" height="6" xPos="378" yPos="826" />
|
||||
<Image name="MenuGroup3" width="64" height="64" xPos="256" yPos="832" />
|
||||
<Image name="MenuGroup3TL" width="6" height="6" xPos="256" yPos="832" />
|
||||
<Image name="MenuGroup3T" width="52" height="6" xPos="262" yPos="832" />
|
||||
<Image name="MenuGroup3TR" width="6" height="6" xPos="314" yPos="832" />
|
||||
<Image name="MenuGroup3L" width="6" height="6" xPos="256" yPos="838" />
|
||||
<Image name="MenuGroup3C" width="52" height="52" xPos="262" yPos="838" />
|
||||
<Image name="MenuGroup3R" width="6" height="6" xPos="314" yPos="838" />
|
||||
<Image name="MenuGroup3BL" width="6" height="6" xPos="256" yPos="890" />
|
||||
<Image name="MenuGroup3B" width="52" height="6" xPos="262" yPos="890" />
|
||||
<Image name="MenuGroup3BR" width="6" height="6" xPos="314" yPos="890" />
|
||||
<Image name="MenuGroup4" width="64" height="64" xPos="320" yPos="832" />
|
||||
<Image name="MenuGroup4TL" width="6" height="6" xPos="320" yPos="832" />
|
||||
<Image name="MenuGroup4T" width="52" height="6" xPos="326" yPos="832" />
|
||||
<Image name="MenuGroup4TR" width="6" height="6" xPos="378" yPos="832" />
|
||||
<Image name="MenuGroup4L" width="6" height="6" xPos="320" yPos="838" />
|
||||
<Image name="MenuGroup4C" width="52" height="52" xPos="326" yPos="838" />
|
||||
<Image name="MenuGroup4R" width="6" height="6" xPos="378" yPos="838" />
|
||||
<Image name="MenuGroup4BL" width="6" height="6" xPos="320" yPos="890" />
|
||||
<Image name="MenuGroup4B" width="52" height="6" xPos="326" yPos="890" />
|
||||
<Image name="MenuGroup4BR" width="6" height="6" xPos="378" yPos="890" />
|
||||
</Imageset>
|
|
@ -1,7 +1,13 @@
|
|||
<?xml version="1.0" ?>
|
||||
<GUILayout version="4">
|
||||
<Window type="DefaultWindow" name="test_root">
|
||||
<!--<Window type="Colobot/ImageButton" name="test_button">
|
||||
<Window type="DefaultWindow" name="debug_root">
|
||||
<Property name="MousePassThroughEnabled" value="true" />
|
||||
|
||||
<!--<Window type="Colobot/StaticImage" name="test_img">
|
||||
<Property name="Area" value="{{0,0},{0,0},{0,64},{0,64}}" />
|
||||
<Property name="Image" value="ColobotButton3/MenuGroup1" />
|
||||
</Window>
|
||||
<Window type="Colobot/ImageButton" name="test_button">
|
||||
<Property name="Area" value="{{0,0},{0,0},{0,64},{0,64}}" />
|
||||
<Property name="Disabled" value="false" />
|
||||
<Property name="Image" value="ColobotButton1/Edit" />
|
|
@ -1,29 +1,91 @@
|
|||
<?xml version="1.0" ?>
|
||||
<GUILayout version="4">
|
||||
<Window type="DefaultWindow" name="mainmenu_root">
|
||||
<Window type="Colobot/TextButton" name="missions_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.197500, 0},{0.59,0},{0.264167,0}}" />
|
||||
<Window type="Colobot/StaticFrameImage" name="missions_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.189167, 0},{0.6,0},{0.349167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup1TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup1T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup1TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup1L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup1C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup1R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup1BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup1B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup1BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="missions_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="freegame_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="freegame_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.275417, 0},{0.59,0},{0.342083,0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="exercises_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.360417, 0},{0.59,0},{0.427083,0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="challenges_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.438333, 0},{0.59,0},{0.505000,0}}" />
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="programming_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.352083, 0},{0.6,0},{0.512083,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup2TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup2T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup2TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup2L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup2C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup2R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup2BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup2B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup2BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="exercises_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="challenges_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
<Window type="Colobot/TextButton" name="userlvl_button">
|
||||
<Property name="Area" value="{{0.6984375,0},{0.28125, 0},{0.7884375,0},{0.347916667,0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="setup_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.565833, 0},{0.59,0},{0.632500,0}}" />
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="setup_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.557500, 0},{0.6,0},{0.717500,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup3TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup3T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup3TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup3L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup3C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup3R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup3BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup3B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup3BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="setup_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.05, 0},{0.95, 0},{0.475, 0}}" />
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="name_button">
|
||||
<Property name="Area" value="{{0.05,0},{0.525, 0},{0.95,0},{0.95,0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="name_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.643750, 0},{0.59,0},{0.710417,0}}" />
|
||||
|
||||
<Window type="Colobot/StaticFrameImage" name="quit_group">
|
||||
<Property name="Area" value="{{0.4,0},{0.779167, 0},{0.6,0},{0.859167,0}}" />
|
||||
<Property name="ImageTL" value="ColobotButton3/MenuGroup4TL" />
|
||||
<Property name="ImageT" value="ColobotButton3/MenuGroup4T" />
|
||||
<Property name="ImageTR" value="ColobotButton3/MenuGroup4TR" />
|
||||
<Property name="ImageL" value="ColobotButton3/MenuGroup4L" />
|
||||
<Property name="ImageC" value="ColobotButton3/MenuGroup4C" />
|
||||
<Property name="ImageR" value="ColobotButton3/MenuGroup4R" />
|
||||
<Property name="ImageBL" value="ColobotButton3/MenuGroup4BL" />
|
||||
<Property name="ImageB" value="ColobotButton3/MenuGroup4B" />
|
||||
<Property name="ImageBR" value="ColobotButton3/MenuGroup4BR" />
|
||||
|
||||
<Window type="Colobot/TextButton" name="quit_button">
|
||||
<Property name="Area" value="{{0.05, 0},{0.1, 0},{0.95, 0},{0.9, 0}}" />
|
||||
</Window>
|
||||
</Window>
|
||||
<Window type="Colobot/TextButton" name="quit_button">
|
||||
<Property name="Area" value="{{0.41,0},{0.785417, 0},{0.59,0},{0.852083,0}}" />
|
||||
|
||||
<Window type="Colobot/StaticText" name="website_label">
|
||||
<Property name="Area" value="{{0.4,0},{0.920833333, 0},{0.6,0},{0.945833333,0}}" />
|
||||
<Property name="Background" value="ColobotButton2/SomeBar4" />
|
||||
<Property name="Text" value="colobot.info" />
|
||||
</Window>
|
||||
</Window>
|
||||
</GUILayout>
|
||||
|
|
|
@ -488,9 +488,103 @@
|
|||
</Layer>
|
||||
</StateImagery>
|
||||
<StateImagery name="Disabled">
|
||||
<Layer>
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
</WidgetLook>
|
||||
|
||||
<WidgetLook name="Colobot/StaticFrameImage">
|
||||
<PropertyDefinition name="ImageTL" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageT" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageTR" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageL" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageC" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageR" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageBL" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageB" initialValue="" redrawOnWrite="true" />
|
||||
<PropertyDefinition name="ImageBR" initialValue="" redrawOnWrite="true" />
|
||||
|
||||
<ImagerySection name="image">
|
||||
<FrameComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
|
||||
<Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
|
||||
<Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
|
||||
<Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
|
||||
</Area>
|
||||
<ImageProperty component="TopLeftCorner" name="ImageTL" />
|
||||
<ImageProperty component="TopEdge" name="ImageT" />
|
||||
<ImageProperty component="TopRightCorner" name="ImageTR" />
|
||||
<ImageProperty component="LeftEdge" name="ImageL" />
|
||||
<ImageProperty component="Background" name="ImageC" />
|
||||
<ImageProperty component="RightEdge" name="ImageR" />
|
||||
<ImageProperty component="BottomLeftCorner" name="ImageBL" />
|
||||
<ImageProperty component="BottomEdge" name="ImageB" />
|
||||
<ImageProperty component="BottomRightCorner" name="ImageBR" />
|
||||
<VertFormat type="Stretched" />
|
||||
<HorzFormat type="Stretched" />
|
||||
</FrameComponent>
|
||||
</ImagerySection>
|
||||
|
||||
<StateImagery name="Enabled">
|
||||
<Layer>
|
||||
<Section section="image" />
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
<StateImagery name="Disabled">
|
||||
<Layer>
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
</WidgetLook>
|
||||
|
||||
<WidgetLook name="Colobot/StaticText">
|
||||
<PropertyDefinition name="Background" initialValue="" redrawOnWrite="true" />
|
||||
|
||||
<ImagerySection name="background">
|
||||
<ImageryComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
|
||||
<Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
|
||||
<Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
|
||||
<Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
|
||||
</Area>
|
||||
<ImageProperty name="Background" />
|
||||
<VertFormat type="Stretched" />
|
||||
<HorzFormat type="Stretched" />
|
||||
</ImageryComponent>
|
||||
</ImagerySection>
|
||||
|
||||
<ImagerySection name="label">
|
||||
<TextComponent>
|
||||
<Area>
|
||||
<Dim type="LeftEdge">
|
||||
<AbsoluteDim value="0" />
|
||||
</Dim>
|
||||
<Dim type="TopEdge">
|
||||
<AbsoluteDim value="0" />
|
||||
</Dim>
|
||||
<Dim type="RightEdge">
|
||||
<UnifiedDim scale="1" offset="0" type="RightEdge" />
|
||||
</Dim>
|
||||
<Dim type="BottomEdge">
|
||||
<UnifiedDim scale="1" offset="0" type="BottomEdge" />
|
||||
</Dim>
|
||||
</Area>
|
||||
<HorzFormat type="CentreAligned" />
|
||||
<VertFormat type="CentreAligned" />
|
||||
<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
|
||||
</TextComponent>
|
||||
</ImagerySection>
|
||||
|
||||
<StateImagery name="Enabled">
|
||||
<Layer>
|
||||
<Section section="background" />
|
||||
<Section section="label" />
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
<StateImagery name="Disabled">
|
||||
<Layer>
|
||||
</Layer>
|
||||
</StateImagery>
|
||||
</WidgetLook>
|
||||
</Falagard>
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<Imageset filename="mouse.imageset" />
|
||||
<Imageset filename="button1.imageset" />
|
||||
<Imageset filename="button2.imageset" />
|
||||
<Imageset filename="button3.imageset" />
|
||||
|
||||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash1PPC" filename="ppc.png" />
|
||||
<ImagesetFromImage resourceGroup="textures" name="ColobotSplash/Splash2COLOBOT" filename="colobot.png" />
|
||||
|
@ -15,4 +16,6 @@
|
|||
<FalagardMapping windowType="Colobot/ImageButton" targetType="CEGUI/PushButton" renderer="Core/Button" lookNFeel="Colobot/ImageButton" />
|
||||
<FalagardMapping windowType="Colobot/TextButton" targetType="CEGUI/PushButton" renderer="Core/Button" lookNFeel="Colobot/TextButton" />
|
||||
<FalagardMapping windowType="Colobot/StaticImage" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/StaticImage" />
|
||||
<FalagardMapping windowType="Colobot/StaticFrameImage" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/StaticFrameImage" />
|
||||
<FalagardMapping windowType="Colobot/StaticText" targetType="DefaultWindow" renderer="Core/Default" lookNFeel="Colobot/StaticText" />
|
||||
</GUIScheme>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name=$1
|
||||
x=$2
|
||||
y=$3
|
||||
echo "<Image name=\"${name}TL\" width=\"12\" height=\"12\" xPos=\"$x\" yPos=\"0\" />"
|
||||
echo "<Image name=\"${name}TL\" width=\"12\" height=\"12\" xPos=\"$x\" yPos=\"$y\" />"
|
||||
echo "<Image name=\"${name}T\" width=\"104\" height=\"12\" xPos=\"$(($x+12))\" yPos=\"$y\" />"
|
||||
echo "<Image name=\"${name}TR\" width=\"12\" height=\"12\" xPos=\"$(($x+116))\" yPos=\"$y\" />"
|
||||
echo "<Image name=\"${name}L\" width=\"12\" height=\"12\" xPos=\"$x\" yPos=\"$(($y+12))\" />"
|
|
@ -0,0 +1,12 @@
|
|||
name=$1
|
||||
x=$2
|
||||
y=$3
|
||||
echo "<Image name=\"${name}TL\" width=\"6\" height=\"6\" xPos=\"$x\" yPos=\"$y\" />"
|
||||
echo "<Image name=\"${name}T\" width=\"52\" height=\"6\" xPos=\"$(($x+6))\" yPos=\"$y\" />"
|
||||
echo "<Image name=\"${name}TR\" width=\"6\" height=\"6\" xPos=\"$(($x+6+52))\" yPos=\"$y\" />"
|
||||
echo "<Image name=\"${name}L\" width=\"6\" height=\"6\" xPos=\"$x\" yPos=\"$(($y+6))\" />"
|
||||
echo "<Image name=\"${name}C\" width=\"52\" height=\"52\" xPos=\"$(($x+6))\" yPos=\"$(($y+6))\" />"
|
||||
echo "<Image name=\"${name}R\" width=\"6\" height=\"6\" xPos=\"$(($x+6+52))\" yPos=\"$(($y+6))\" />"
|
||||
echo "<Image name=\"${name}BL\" width=\"6\" height=\"6\" xPos=\"$x\" yPos=\"$(($y+6+52))\" />"
|
||||
echo "<Image name=\"${name}B\" width=\"52\" height=\"6\" xPos=\"$(($x+6))\" yPos=\"$(($y+6+52))\" />"
|
||||
echo "<Image name=\"${name}BR\" width=\"6\" height=\"6\" xPos=\"$(($x+6+52))\" yPos=\"$(($y+6+52))\" />"
|
|
@ -1,5 +1,5 @@
|
|||
name=$1
|
||||
x=$2 # pos.y = oy+sy*x; - see maindialog.cpp
|
||||
echo "<Window type=\"Colobot/TextButton\" name=\"${name}_button\">"
|
||||
echo " <Property name=\"Area\" value=\"{{0.41,0},{$(bc <<< "0.927083333-(0.070833333*$x)" | awk '{printf "%f", $0}'), 0},{0.59,0},{$(bc -l <<< "0.99375-(0.070833333*${x})" | awk '{printf "%f", $0}'),0}}\" />"
|
||||
echo " <Property name=\"Area\" value=\"{{0.41,0},{$(bc <<< "0.927083333-(0.070833333*$x)" | awk '{printf "%f", $0}'), 0},{0.59,0},{$(bc <<< "0.99375-(0.070833333*${x})" | awk '{printf "%f", $0}'),0}}\" />"
|
||||
echo "</Window>"
|
|
@ -0,0 +1,5 @@
|
|||
name=$1
|
||||
x=$2 # pos.y = oy+sy*x; - see maindialog.cpp
|
||||
echo "<Window type=\"Colobot/TextButton\" name=\"${name}_button\">"
|
||||
echo " <Property name=\"Area\" value=\"{{0.4,0},{$(bc <<< "0.83375-(0.070833333*$x)" | awk '{printf "%f", $0}'), 0},{0.6,0},{$(bc <<< "0.99375-(0.070833333*${x})" | awk '{printf "%f", $0}'),0}}\" />"
|
||||
echo "</Window>"
|
Loading…
Reference in New Issue