SuperTuxKart 1.5 upstream source (from official release tarball)
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row">
|
||||
<div x="5%" y="0%" width="90%" proportion="6" layout="horizontal-row">
|
||||
<div width="40%" height="100%" layout="vertical-row">
|
||||
<icon id="icon" align="center" proportion="8" width="100%" icon="gui/icons/loading.png" />
|
||||
<spacer proportion="1" />
|
||||
</div>
|
||||
<spacer proportion="1" />
|
||||
<div width="60%" height="50%" layout="vertical-row">
|
||||
<label id="name" width="100%" text_align="left"/>
|
||||
<div width="100%" height="100%" layout="horizontal-row">
|
||||
<div width="50%" height="100%" layout="vertical-row">
|
||||
<label id="size" width="100%" text="" />
|
||||
<label id="revision" width="100%" text="" />
|
||||
</div>
|
||||
<ratingbar id="rating" height="1f" width="100%" />
|
||||
</div>
|
||||
<spacer height="10"/>
|
||||
<label id="flags" width="100%" text="" word_wrap="true" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<bubble word_wrap="true" id="description" height="100%" width="90%" proportion="5" align="center" />
|
||||
|
||||
<spacer proportion="1" />
|
||||
<progressbar id="progress" x="0" y="20%" width="100%" height="2f" />
|
||||
<spacer proportion="2" />
|
||||
|
||||
<div width="80%" proportion="4" align="center">
|
||||
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
||||
<icon-button id="back" width="128" height="128"
|
||||
icon="gui/icons/back.png"
|
||||
I18N="Add-on screen action" text="Back" />
|
||||
<icon-button id="install" width="128" height="128"
|
||||
icon="gui/icons/package-update.png"
|
||||
I18N="Add-on screen action" text="Install" />
|
||||
<icon-button id="uninstall" width="128" height="128"
|
||||
icon="gui/icons/package-uninstall.png"
|
||||
I18N="Add-on screen action" text="Uninstall" />
|
||||
</buttonbar>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
|
||||
<box width="100%" height="75%" padding="10" layout="vertical-row">
|
||||
<header width="100%" text="Select a type of control that you prefer" align="center" text_align="center" word_wrap="true"/>
|
||||
|
||||
<spacer height="7%" width="10"/>
|
||||
|
||||
<ribbon id="control_type" proportion="1" width="100%" align="center">
|
||||
<icon-button id="accelerometer" width="128" height="128"
|
||||
icon="gui/icons/android/accelerator_icon.png" I18N="Control type" text="Accelerometer"/>
|
||||
<icon-button id="gyroscope" width="128" height="128"
|
||||
icon="gui/icons/android/gyroscope_icon.png" I18N="Control type" text="Gyroscope"/>
|
||||
<icon-button id="steering_wheel" width="128" height="128"
|
||||
icon="gui/icons/android/steering_wheel.png" I18N="Control type" text="Steering wheel"/>
|
||||
</ribbon>
|
||||
|
||||
<spacer height="6%" width="10"/>
|
||||
|
||||
<div width="100%" height="16%" align="center" layout="horizontal-row">
|
||||
<label align="center" text_align="left" text="Auto acceleration"/>
|
||||
<spacer width="10"/>
|
||||
<checkbox width="7%" height="100%" id="auto_acceleration"/>
|
||||
</div>
|
||||
|
||||
<label width="100%" text="You can change it later in touch device settings." text_align="left" word_wrap="true"/>
|
||||
|
||||
</box>
|
||||
|
||||
<spacer height="6%" width="10"/>
|
||||
|
||||
<button id="close" text="Apply" align="center"/>
|
||||
|
||||
</div>
|
||||
</stkgui>
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true" text="Touch Device Settings" />
|
||||
|
||||
<spacer height="35" width="10" />
|
||||
|
||||
<label width="100%" I18N="In the multitouch settings screen" text="General"/>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Device enabled"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<checkbox id="buttons_enabled"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Inverted buttons"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<checkbox id="buttons_inverted"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Buttons scale"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<gauge id="scale" proportion="1" min_value="80" max_value="160"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Auto acceleration"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<checkbox id="auto_acceleration"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Accelerometer"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<checkbox id="accelerometer"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Gyroscope"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<checkbox id="gyroscope"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label width="100%" I18N="In the multitouch settings screen" text="Advanced"/>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Deadzone"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<gauge id="deadzone" proportion="1" min_value="0" max_value="50"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Sensitivity X"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<gauge id="sensitivity_x" proportion="1" min_value="0" max_value="100"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="75%" layout="horizontal-row" proportion="1">
|
||||
<label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Sensitivity Y"/>
|
||||
<div proportion="1" align="center" height="fit" layout="horizontal-row" >
|
||||
<spacer width="40" height="10" />
|
||||
<gauge id="sensitivity_y" proportion="1" min_value="0" max_value="100"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="35" width="10"/>
|
||||
|
||||
<div width="fit" height="fit" layout="horizontal-row" align="center" proportion="1">
|
||||
<button id="restore" text="Restore defaults"/>
|
||||
<spacer width="40" height="10" />
|
||||
<button id="close" text="Apply"/>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<label height="65%" id="title" width="100%" text_align="center" word_wrap="true"/>
|
||||
|
||||
<spacer height="5%" width="10" />
|
||||
|
||||
<buttonbar id="buttons" height="30%" width="70%" align="center">
|
||||
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
|
||||
|
||||
<icon-button id="confirm" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In a 'are you sure?' dialog" text="Yes" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
||||
<label id="title" width="100%" text_align="center" word_wrap="true" proportion="1" />
|
||||
|
||||
<spacer height="5%" width="10" />
|
||||
|
||||
<buttonbar id="buttons" height="30%" width="30%" align="center">
|
||||
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/restart.png"
|
||||
I18N="In the 'confirm resolution' dialog, that's shown when switching resoluton" text="Revert" align="center"/>
|
||||
|
||||
<icon-button id="accept" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the 'confirm resolution' dialog, that's shown when switching resoluton" text="Accept" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,89 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true" text="Camera Settings" />
|
||||
<spacer width="100%" height="3%"/>
|
||||
<div width="100%" height="91%" layout="vertical-row" >
|
||||
|
||||
<label id="camera_name" width="100%" I18N="In the ui/camera settings" text="Player camera"/>
|
||||
<spacer width="5" height="1%"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<div proportion="1" height="fit" layout="horizontal-row" >
|
||||
<label width="35%" height="100%" text_align="left" I18N="In the ui/camera screen" text="FOV"/>
|
||||
<gauge id="fov" proportion="1"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="100%" />
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<div proportion="1" height="fit" layout="horizontal-row" >
|
||||
<label width="35%" height="100%" text_align="left" I18N="In the ui/camera screen" text="Distance"/>
|
||||
<gauge id="camera_distance" proportion="1"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="100%" />
|
||||
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<div proportion="1" height="fit" layout="horizontal-row" >
|
||||
<label width="35%" height="100%" text_align="left" I18N="In the ui/camera screen" text="Angle"/>
|
||||
<gauge id="camera_angle" proportion="1"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="100%" />
|
||||
|
||||
<label width="100%" I18N="In the ui/camera settings" text="Smooth camera"/>
|
||||
<spacer height="1%" width="100%" />
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<label width="fit" height="100%" text_align="left" I18N="In the ui/camera screen" text="Distance"/>
|
||||
<gauge id="smooth_position" width="35%"/>
|
||||
<spacer width="2%" height="100%" />
|
||||
<label width="fit" height="100%" text_align="left" I18N="In the ui/camera screen" text="Angle"/>
|
||||
<gauge id="smooth_rotation" width="35%"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<label width="100%" I18N="In the ui/camera settings" text="Backward camera"/>
|
||||
<spacer height="1%" width="100%" />
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<label width="fit" height="100%" text_align="left" I18N="In the ui/camera screen" text="Distance"/>
|
||||
<gauge id="backward_camera_distance" width="35%"/>
|
||||
<spacer width="2%" height="100%" />
|
||||
<label width="fit" height="100%" text_align="left" I18N="In the ui/camera screen" text="Angle"/>
|
||||
<gauge id="backward_camera_angle" width="35%"/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="100%" />
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row">
|
||||
<spacer width="3%" height="100%" />
|
||||
<div proportion="1" height="fit" layout="horizontal-row" >
|
||||
<checkbox id="use_soccer_camera"/>
|
||||
<spacer width="1%" height="100%" />
|
||||
<label height="100%" text_align="left" I18N="In the ui/camera screen" text="Follow ball in soccer mode"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer proportion="1" width="100%" />
|
||||
|
||||
<buttonbar id="buttons" height="20%" width="90%" align="center">
|
||||
<icon-button id="reset" width="128" height="128" icon="gui/icons/restart.png"
|
||||
I18N="In the ui/camera screen" text="Reset" align="center"/>
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="In the ui/camera screen" text="Cancel" align="center"/>
|
||||
<icon-button id="apply" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the ui/camera screen" text="Apply" align="center"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,196 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true" text="Graphics Settings" />
|
||||
|
||||
<spacer height="20" width="10" />
|
||||
|
||||
<!--
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="pixelshaders"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Pixel shaders" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
-->
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<checkbox id="dynamiclight"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Advanced pipeline (lights, etc.)" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="50%" proportion="1">
|
||||
<spacer width="70" height="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<label text="Shadows" I18N="Video settings"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<gauge id="shadows" min_value="0" max_value="4" proportion="1"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<spacer width="70" height="10"/>
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="mlaa"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Anti-aliasing" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="lightscattering"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Light Scattering" I18N="Video settings"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<spacer width="70" height="10"/>
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="glow"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Glow (Outlines)" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="ibl"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Image-based lighting" I18N="Video settings"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<spacer width="70" height="10"/>
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="lightshaft"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Light shaft (God rays)" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="bloom"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Bloom" I18N="Video settings"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<spacer width="70" height="10"/>
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="ssao"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Ambient occlusion" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="ssr"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Screen space reflection" I18N="Video settings"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<spacer width="70" height="10"/>
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="motionblur"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Motion blur" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="dof"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Depth of field" I18N="Video settings"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="animated_characters"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Animated characters" I18N="Video settings"/>
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" proportion="1" height="fit">
|
||||
<checkbox id="texture_compression"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Texture compression" I18N="Video settings"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="20" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<label text="Particle effects" I18N="Video settings" width="40%"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<gauge id="particles_effects" min_value="1" max_value="2" width="50%" />
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<label text="Rendered image quality" I18N="Video settings" width="40%"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<gauge id="image_quality" min_value="0" max_value="3" width="50%" />
|
||||
</div>
|
||||
|
||||
<spacer height="4" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<label text="Geometry detail" I18N="Video settings" width="40%"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<gauge id="geometry_detail" min_value="0" max_value="5" width="50%" />
|
||||
</div>
|
||||
|
||||
<spacer height="10" width="10"/>
|
||||
|
||||
<!-- ************ Render Driver ************ -->
|
||||
<div layout="horizontal-row" width="100%" proportion="1">
|
||||
<label text="Render Driver" I18N="Video settings" id="render_driver_label" width="40%"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<spinner id="render_driver" width="50%" />
|
||||
</div>
|
||||
|
||||
<spacer height="10" width="10"/>
|
||||
|
||||
<buttonbar id="buttons" height="15%" width="30%" align="center">
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="Video settings" text="Cancel" align="center"/>
|
||||
<icon-button id="apply" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="Video settings" text="Apply" align="center"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="6%" width="96%" height="88%" layout="vertical-row" >
|
||||
<div proportion="1" width="100%" layout="horizontal-row">
|
||||
<label id="Red" raw_text="Red" width="7f"/>
|
||||
<gauge id="red_slider" min_value="0" max_value="100" proportion="1"/>
|
||||
</div>
|
||||
|
||||
<div proportion="1" width="100%" layout="horizontal-row">
|
||||
<label id="Green" raw_text="Green" width="7f"/>
|
||||
<gauge id="green_slider" min_value="0" max_value="100" proportion="1"/>
|
||||
</div>
|
||||
|
||||
<div proportion="1" width="100%" layout="horizontal-row">
|
||||
<label id="Blue" raw_text="Blue" width="7f"/>
|
||||
<gauge id="blue_slider" min_value="0" max_value="100" proportion="1"/>
|
||||
</div>
|
||||
|
||||
<div proportion="1" width="100%" layout="horizontal-row">
|
||||
<label id="SSAO radius" raw_text="SSAO Radius" width="7f"/>
|
||||
<gauge id="ssao_radius" min_value="0" max_value="100" proportion="1" />
|
||||
</div>
|
||||
|
||||
<div proportion="1" width="100%" layout="horizontal-row">
|
||||
<label id="SSAO k" raw_text="SSAO K" width="7f"/>
|
||||
<gauge id="ssao_k" min_value="0" max_value="100" proportion="1"/>
|
||||
</div>
|
||||
|
||||
<div proportion="1" width="100%" layout="horizontal-row">
|
||||
<label id="SSAO Sigma" raw_text="SSAO sigma" width="7f"/>
|
||||
<gauge id="ssao_sigma" min_value="0" max_value="100" proportion="1"/>
|
||||
</div>
|
||||
|
||||
<spacer height="1%"/>
|
||||
|
||||
<button id="close" text="Close" align="center"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="50%" layout="vertical-row">
|
||||
<label id="title" raw_text="Text" width="100%" height="36%" text_align="center" word_wrap="true"/>
|
||||
<list id="list_history" x="0" y="37%" width="100%" height="63%" word_wrap="true" />
|
||||
</div>
|
||||
<div x="2%" y="60%" width="96%" height="40%" layout="vertical-row" >
|
||||
<spacer height="7%" width="10" />
|
||||
<textbox id="textfield" width="75%" align="center" />
|
||||
<spacer height="9%" width="10" />
|
||||
|
||||
<buttonbar id="buttons" height="50%" width="54%" align="center">
|
||||
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="In the enter address dialog" text="Cancel" align="center"/>
|
||||
|
||||
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the enter address dialog" text="Join" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<label id="title" raw_text="Text" width="100%" height="36%"/>
|
||||
|
||||
<spacer height="7%" width="10" />
|
||||
<textbox id="textfield" width="75%" align="center"/>
|
||||
<spacer proportion="1" width="10" />
|
||||
|
||||
<buttonbar id="buttons" height="36%" width="30%" align="center">
|
||||
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="In the general textfield dialog" text="Cancel" align="center"/>
|
||||
|
||||
<icon-button id="ok" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the general textfield dialog" text="OK" align="center"/>
|
||||
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="4%" width="98%" height="92%" layout="vertical-row">
|
||||
|
||||
<div width="100%" height="40%" layout="vertical-row">
|
||||
<div width="100%" height="25%" layout="vertical-row" >
|
||||
<label id="name" width="100%" text_align="center"/>
|
||||
</div>
|
||||
<!-- This is filled in programmatically -->
|
||||
<box width="100%" height="75%" align="center" layout="vertical-row" padding="1">
|
||||
<list id="current_replay_info" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
</div>
|
||||
|
||||
<div width="100%" height="60%" layout="horizontal-row">
|
||||
<div width="36%" height="100%" layout="vertical-row">
|
||||
<icon-button proportion="1" width="100%" height="100%" id="track_screenshot" custom_ratio="1.33333"/>
|
||||
</div>
|
||||
|
||||
<div width="64%" height="100%" layout="vertical-row">
|
||||
<div width="95%" align="center" layout="vertical-row" height="50%">
|
||||
<bubble id="info" width="100%" proportion="1" word_wrap="true"/>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<checkbox width="fit" id="record-race" I18N="Ghost replay info action" text_align="left"/>
|
||||
<spacer width="1%"/>
|
||||
<label proportion="1" id="record-race-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Record the race for ghost replay"/>
|
||||
</div>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<checkbox width="fit" id="watch-only" I18N="Ghost replay info action" text_align="left"/>
|
||||
<spacer width="1%"/>
|
||||
<label proportion="1" id="watch-only-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Watch replay only"/>
|
||||
</div>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<checkbox width="fit" id="compare-ghost" I18N="Ghost replay info action" text_align="left"/>
|
||||
<spacer width="1%"/>
|
||||
<label proportion="1" id="compare-ghost-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Compare to another ghost"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="95%" height="40%" align="center">
|
||||
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
||||
<icon-button id="back" width="128" height="128"
|
||||
icon="gui/icons/back.png"
|
||||
I18N="Ghost replay info action" text="Back" word_wrap="true" />
|
||||
<icon-button id="remove" width="128" height="128"
|
||||
icon="gui/icons/remove.png"
|
||||
I18N="Ghost replay info action" text="Remove" word_wrap="true" />
|
||||
<icon-button id="add-ghost-to-compare" width="128" height="128"
|
||||
icon="gui/icons/ghost_plus.png"
|
||||
I18N="Ghost replay info screen action" text="Compare ghost" word_wrap="true" />
|
||||
<icon-button id="start" width="128" height="128"
|
||||
icon="gui/icons/green_check.png"
|
||||
I18N="Ghost replay info screen action" text="Start Race" word_wrap="true" />
|
||||
</buttonbar>
|
||||
</div>
|
||||
<spacer width="10" height="10%"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="1%" y="4%" width="98%" height="92%" layout="vertical-row">
|
||||
|
||||
<div width="100%" height="58%" layout="vertical-row">
|
||||
<div width="100%" height="15%" align="center" layout="vertical-row" >
|
||||
<header id="name" width="100%" text_align="center"/>
|
||||
</div>
|
||||
<!-- This is filled in programmatically -->
|
||||
<div width="100%" height="85%" layout="horizontal-row">
|
||||
<box width="50%" height="100%" layout="vertical-row" padding="1">
|
||||
<list id="high_score_list" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<spacer width="10" height="10%"/>
|
||||
|
||||
<div width="50%" height="100%" layout="vertical-row">
|
||||
<spacer width="10" height="5%"/>
|
||||
<label id="track-name" width="100%" text_align="left"/>
|
||||
<spacer width="10" height="5%"/>
|
||||
<label id="difficulty" width="100%" text_align="left"/>
|
||||
<spacer width="10" height="5%"/>
|
||||
<label id="num-karts" width="100%" text_align="left"/>
|
||||
<spacer width="10" height="5%"/>
|
||||
<label id="num-laps" width="100%" text_align="left"/>
|
||||
<spacer width="10" height="5%"/>
|
||||
<label id="reverse" width="100%" text_align="left"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="100%" height="42%" layout="horizontal-row">
|
||||
<div width="40%" height="100%" layout="vertical-row">
|
||||
<spacer width="10" height="5%"/>
|
||||
<icon-button proportion="1" width="100%" height="100%" id="track_screenshot" custom_ratio="1.33333"/>
|
||||
</div>
|
||||
|
||||
<div width="60%" height="50%" layout="vertical-row">
|
||||
<spacer width="5" height="45%"/>
|
||||
<div width="95%" height="100%" align="center">
|
||||
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
||||
<icon-button id="back" width="128" height="128"
|
||||
icon="gui/icons/back.png"
|
||||
I18N="High score info screen action" text="Back" word_wrap="true" />
|
||||
<icon-button id="remove" width="128" height="128"
|
||||
icon="gui/icons/remove.png"
|
||||
I18N="High score info screen action" text="Remove" word_wrap="true" />
|
||||
<icon-button id="start" width="128" height="128"
|
||||
icon="gui/icons/green_check.png"
|
||||
I18N="High score info screen action" text="Start Race" word_wrap="true" />
|
||||
</buttonbar>
|
||||
</div>
|
||||
<spacer width="10" height="10%"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="0%" width="96%" height="95%" layout="vertical-row">
|
||||
<spacer height="20" width="10"/>
|
||||
<div id="kart-screen" layout="horizontal-row" width="100%" proportion="1" align="center">
|
||||
<model id="model" width="100%" layout="horizontal-row" height="100%">
|
||||
</model>
|
||||
</div>
|
||||
<div width="100%" height="fit" text-align="left" layout="horizontal-row" >
|
||||
<spacer height="10" width="15%"/>
|
||||
<spinner id="toggle-slider" width="70%" min_value="0" max_value="1" wrap_around="true"/>
|
||||
<spacer height="20" width="15%"/>
|
||||
</div>
|
||||
<spacer height="20" width="10"/>
|
||||
<div height="fit" width="100%" layout="horizontal-row">
|
||||
<gauge id="color-slider" min_value="1" max_value="100" proportion="1" wrap_around="true" color_slider="true"/>
|
||||
</div>
|
||||
<spacer height="10" width="10"/>
|
||||
<buttonbar id="buttons" height="20%" width="30%" align="center">
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="In the kart color slider dialog" text="Cancel" align="center"/>
|
||||
<icon-button id="apply" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the kart color slider dialog" text="Apply" align="center"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
|
||||
<!-- The achievement's name is filled in the header at runtime -->
|
||||
<header id="title" width="100%" align="center" text_align="center"/>
|
||||
|
||||
<label id="description" width="100%" proportion="2" align="center"
|
||||
text_align="center" word_wrap="true" text=""/>
|
||||
|
||||
<div width="100%" proportion="2" layout="vertical-row">
|
||||
<div width="100%" height="100%" layout="horizontal-row">
|
||||
<div width="66%" height="100%" layout="vertical-row">
|
||||
<spacer width="20" proportion="1"/>
|
||||
<label width="100%" align="center"
|
||||
text_align="center" I18N="Objective shown in achievement dialog" text="Goal"/>
|
||||
<spacer width="20" proportion="1"/>
|
||||
<label id="main-goal-description" width="100%" align="center"
|
||||
text_align="center" word_wrap="true" text=""/>
|
||||
<spacer width="20" proportion="2"/>
|
||||
</div>
|
||||
<div width="33%" height="100%" layout="vertical-row">
|
||||
<spacer width="20" proportion="1"/>
|
||||
<label width="100%" align="center"
|
||||
text_align="center" I18N="Progress shown in achievement dialog" text="Progress"/>
|
||||
<spacer width="20" proportion="1"/>
|
||||
<label id="main-goal-progress" width="100%" align="center"
|
||||
text_align="center" word_wrap="true" text=""/>
|
||||
<spacer width="20" proportion="2"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<box width="100%" proportion="3" align="center" layout="vertical-row">
|
||||
<list id="progress-tree" x="0" y="0" width="100%" height="100%" word_wrap="true"/>
|
||||
</box>
|
||||
|
||||
<buttonbar id="options" width="100%" height="14%" align="center">
|
||||
<icon-button id="ok" width="128" height="128"
|
||||
icon="gui/icons/green_check.png" text="OK"
|
||||
label_location="bottom"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="20"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="In the change password dialog" text="Password Change"/>
|
||||
|
||||
<spacer height="4%" width="50"/>
|
||||
|
||||
<div width="80%" align="center" layout="vertical-row" height="fit" >
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" height="100%" text_align="left" I18N="In the change password dialog" text="Current Password"/>
|
||||
<textbox proportion="2" height="fit" id="current_password" I18N="In the change password dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="12%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" height="100%" text_align="left" I18N="In the change password dialog" text="New Password"/>
|
||||
<textbox proportion="2" height="fit" id="new_password1" I18N="In the change password dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="12%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" height="100%" text_align="left" I18N="In the change password dialog" text="Confirm"/>
|
||||
<textbox proportion="2" height="fit" id="new_password2" I18N="In the change password dialog"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true"
|
||||
I18N="In the change password dialog" text=""/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<buttonbar id="options" width="90%" height="16%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/red_x.png"
|
||||
I18N="In the change password dialog" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="submit" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the change password dialog" text="Submit" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="20"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<div x="1%" width="98%" height="fit" layout="horizontal-row">
|
||||
<textbox id="chat" proportion="1"/>
|
||||
<spacer width="2%" height="10"/>
|
||||
<button id="team" width="7%" height="fit" align="center" text=""/>
|
||||
<spacer id="team_space" width="1%" height="10"/>
|
||||
<button id="send" width="7%" height="fit" align="center" text=""/>
|
||||
<spacer width="1%" height="10"/>
|
||||
<button id="emoji" width="7%" height="fit" align="center" text=""/>
|
||||
</div>
|
||||
|
||||
<spacer width="20" height="2%" />
|
||||
|
||||
<buttonbar id="backbtnribbon" proportion="4" width="100%" align="center">
|
||||
<icon-button id="backbtn" width="128" height="128" align="center" icon="gui/icons/back.png"
|
||||
extend_label="200" I18N="Race paused button" text="Back to Race"/>
|
||||
<icon-button id="touch_device" width="128" height="128" align="center" icon="gui/icons/android/gyroscope_icon.png"
|
||||
extend_label="200" I18N="Race paused button" text="Gyroscope"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="20" height="8%" />
|
||||
|
||||
<buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
|
||||
|
||||
<icon-button id="exit" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
I18N="Race paused button" text="Quit Server" word_wrap="true"/>
|
||||
|
||||
<icon-button id="newrace" width="128" height="128" icon="gui/icons/main_race.png"
|
||||
I18N="Show in network ingame dialog to allow user to go back to lobby to end spectating (for example)"
|
||||
text="Back to lobby" word_wrap="true"/>
|
||||
|
||||
<icon-button id="restart" width="128" height="128" icon="gui/icons/restart.png"
|
||||
I18N="Race paused button" text="Restart Race" word_wrap="true"/>
|
||||
|
||||
<icon-button id="endrace" width="128" height="128" icon="gui/icons/race_giveup.png"
|
||||
I18N="Race paused button" text="Give Up Race" word_wrap="true"/>
|
||||
|
||||
<icon-button id="options" width="128" height="128" icon="gui/icons/main_options.png"
|
||||
I18N="Race paused button" text="Options" word_wrap="true"/>
|
||||
|
||||
<icon-button id="help" width="128" height="128" icon="gui/icons/main_help.png"
|
||||
I18N="Race paused button" text="Help" word_wrap="true"/>
|
||||
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="20" height="5%" />
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
|
||||
<header id="title" width="100%" height="fit" text_align="center"
|
||||
word_wrap="true" I18N="In player rankings dialog"
|
||||
text="Top 10 players"/>
|
||||
|
||||
<spacer height="2%" width="20" />
|
||||
|
||||
<box x="2%" width="90%" height="60%" align="center" layout="vertical-row"
|
||||
padding="6">
|
||||
<list id="top-ten" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<label id="cur-rank" proportion="1" width="90%" align="center"
|
||||
text_align="center" word_wrap="true" text=""/>
|
||||
|
||||
<spacer height="1%" width="20" />
|
||||
|
||||
<buttonbar id="options" width="90%" height="14%" align="center">
|
||||
<icon-button id="refresh" width="128" height="128"
|
||||
icon="gui/icons/restart.png"
|
||||
text="Refresh" label_location="bottom"/>
|
||||
<icon-button id="ok" width="128" height="128"
|
||||
icon="gui/icons/green_check.png" text="OK"
|
||||
label_location="bottom"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="20"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="In the recovery dialog" text="Account Recovery"/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" I18N="In the recovery dialog"
|
||||
text="You will receive an email with further instructions on how to reset your password. Please be patient and be sure to check your spam folder." />
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<buttonbar id="options" width="25%" height="15%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the recovery dialog" text="Close" label_location="none"/>
|
||||
</buttonbar>
|
||||
<spacer width="20" height="1f" />
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="In the recovery dialog" text="Account Recovery"/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<label id="message" proportion="2" width="90%" align="center" text_align="left" word_wrap="true"
|
||||
text="Fill in the username and email address you supplied at registration to be able to reset your password."/>
|
||||
|
||||
<spacer height="4%" width="50"/>
|
||||
|
||||
<div width="80%" align="center" layout="vertical-row" height="fit">
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" text_align="left" I18N="In the recovery dialog" text="Username"/>
|
||||
<textbox proportion="2" id="username" I18N="In the recovery dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="10%" width="20"/>
|
||||
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label proportion="1" text_align="left" I18N="In the recovery dialog" text="Email"/>
|
||||
<textbox proportion="2" id="email" I18N="In the recovery dialog"/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true"
|
||||
I18N="In the recovery dialog" text=""/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<buttonbar id="options" width="90%" proportion="1" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/red_x.png"
|
||||
I18N="In the recovery dialog" text="Cancel" label_location="none"/>
|
||||
<icon-button id="submit" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the recovery dialog" text="Submit" label_location="none"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="20"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="4%" width="96%" height="92%" layout="vertical-row" >
|
||||
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="In the registration dialog" text="Terms and Agreement"/>
|
||||
|
||||
<spacer height="3%" width="50"/>
|
||||
|
||||
<box proportion="5" width="90%" align="center" layout="vertical-row" padding="8">
|
||||
<label word_wrap="true" id="terms" x="0" y="0" width="100%" height="100%"/>
|
||||
</box>
|
||||
|
||||
<div align="center" width="fit" height="fit" layout="horizontal-row" >
|
||||
<label text_align="center" align="center" I18N="In the registration dialog" word_wrap="true"
|
||||
text="I agree to the above terms and am 13 years or older. "/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true"
|
||||
I18N="In the registration dialog" text=""/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<buttonbar id="options" width="45%" height="14%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/red_x.png"
|
||||
I18N="In the registration dialog" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="accept" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the registration dialog" text="Accept" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="5"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
<header id="title" text_align="center" width="80%" align="center" I18N="In the server configuration screen" text="Server Configuration"/>
|
||||
<spacer height="1%" width="20"/>
|
||||
<box proportion="1" width="90%" layout="vertical-row" align="center">
|
||||
|
||||
<label width="100%" height="8%" text_align="left" I18N="In the server configuration screen" text="Difficulty"/>
|
||||
<ribbon id="difficulty" height="25%" width="90%" align="center">
|
||||
<icon-button id="novice" width="128" height="128" icon="gui/icons/difficulty_easy.png"
|
||||
I18N="Difficulty" text="Novice"/>
|
||||
<icon-button id="intermediate" width="128" height="128" icon="gui/icons/difficulty_medium.png"
|
||||
I18N="Difficulty" text="Intermediate"/>
|
||||
<icon-button id="expert" width="128" height="128" icon="gui/icons/difficulty_hard.png"
|
||||
I18N="Difficulty" text="Expert"/>
|
||||
<icon-button id="best" width="128" height="128" icon="gui/icons/difficulty_best.png"
|
||||
I18N="Difficulty" text="SuperTux"/>
|
||||
</ribbon>
|
||||
|
||||
<spacer height="1%" width="20"/>
|
||||
|
||||
<label width="100%" height="8%" text_align="left" I18N="In the server configuration screen" text="Game mode"/>
|
||||
<ribbon id="gamemode" height="25%" width="90%" align="center">
|
||||
<icon-button id="normal" width="128" height="128" icon="gui/icons/mode_normal.png"
|
||||
I18N="Multiplayer game mode" text="Normal Race"/>
|
||||
<icon-button id="timetrial" width="128" height="128" icon="gui/icons/mode_tt.png"
|
||||
I18N="Multiplayer game mode" text="Time Trial"/>
|
||||
<icon-button id="3strikes" width="128" height="128" icon="gui/icons/mode_weapons.png"
|
||||
I18N="Multiplayer game mode" text="Battle"/>
|
||||
<icon-button id="soccer" width="128" height="128" icon="gui/icons/mode_soccer.png"
|
||||
I18N="Multiplayer game mode" text="Soccer"/>
|
||||
</ribbon>
|
||||
|
||||
<spacer height="1%" width="20"/>
|
||||
|
||||
<div width="100%" height="10%" layout="horizontal-row" >
|
||||
<label id="more-options" proportion="1" text_align="left"/>
|
||||
<spinner id="more-options-spinner" proportion="1" wrap_around="true"/>
|
||||
</div>
|
||||
|
||||
<spacer height="1%" width="20"/>
|
||||
|
||||
<buttonbar id="options" x="0" y="0" width="40%" height="18%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/red_x.png"
|
||||
I18N="In the server configuration screen" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="ok" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="In the server configuration screen" text="OK" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer height="1f" width="20"/>
|
||||
</box>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
<header id="title" width="100%" proportion="3" text_align="center" word_wrap="true"/>
|
||||
<spacer height="1%" width="5"/>
|
||||
<div width="100%" proportion="3" layout="horizontal-row" >
|
||||
<div width="48%" height="100%" layout="vertical-row" >
|
||||
<label id="server-info-1" text_align="left" width="100%" text=""/>
|
||||
<label id="server-info-2" text_align="left" width="100%" text=""/>
|
||||
</div>
|
||||
<spacer width="2%"/>
|
||||
<div width="48%" height="100%" layout="vertical-row" >
|
||||
<label id="server-info-3" text_align="left" width="100%" text=""/>
|
||||
<label id="server-info-4" text_align="left" width="100%" text=""/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="1%"/>
|
||||
<box x="0%" width="90%" proportion="12" align="center" layout="vertical-row">
|
||||
<list id="player-list" x="0" y="0" width="100%" height="100%"
|
||||
alternate_bg="true" line_height="small"/>
|
||||
</box>
|
||||
<spacer height="1%" width="5"/>
|
||||
<div id="password-box" width="100%" proportion="2" layout="horizontal-row" >
|
||||
<label id="label_password" text_align="left" proportion="1" text="Password"/>
|
||||
<textbox id="password" proportion="3" height="fit"/>
|
||||
</div>
|
||||
<spacer height="1%" width="5"/>
|
||||
<buttonbar id="options" width="90%" proportion="4" align="center">
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
|
||||
I18N="In the server info dialog" text="Back" label_location="bottom"/>
|
||||
<icon-button id="bookmark" width="128" height="128" icon="gui/icons/story_mode_book.png"
|
||||
I18N="In the server info dialog" text="Bookmark this server" label_location="bottom"/>
|
||||
<icon-button id="join" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="In the server info dialog" text="Join" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="5"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="Splitscreen player in network" text="Add player"/>
|
||||
|
||||
<spacer height="8%" width="10"/>
|
||||
|
||||
<div width="100%" align="center" layout="horizontal-row" height="fit" >
|
||||
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
||||
<spacer proportion="1" height="10"/>
|
||||
<spinner id="name-spinner" width="70%" align="center" wrap_around="true" />
|
||||
</div>
|
||||
<spacer width="5%" height="10"/>
|
||||
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
||||
<label id="name-text" text_align="left" I18N="Splitscreen player in network" text="Name"/>
|
||||
<spacer proportion="1" height="10"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="10"/>
|
||||
|
||||
<div id="handicap-row" width="100%" align="center" layout="horizontal-row" height="fit" >
|
||||
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
||||
<spacer proportion="1" height="10"/>
|
||||
<checkbox id="handicap" align="center" />
|
||||
</div>
|
||||
<spacer width="5%" height="10"/>
|
||||
<div proportion="1" align="center" layout="horizontal-row" height="fit" >
|
||||
<label id="handicap-text" text_align="left" I18N="Splitscreen player in network" text="Handicap"/>
|
||||
<spacer proportion="1" height="10"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer proportion="2" width="10"/>
|
||||
|
||||
<div width="80%" align="center" layout="vertical-row" height="fit" >
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<label id="message-label" proportion="1" text_align="center" word_wrap="true" I18N="Splitscreen player in network"
|
||||
text="Press the 'All players ready' button after the player list is ready."/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer proportion="3" width="10"/>
|
||||
|
||||
<buttonbar id="options" width="90%" height="20%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/red_x.png"
|
||||
I18N="Splitscreen player in network" text="Cancel" label_location="bottom"/>
|
||||
<icon-button id="reset" width="64" height="64" icon="gui/icons/remove.png"
|
||||
I18N="Splitscreen player in network" text="Clear players" label_location="bottom"/>
|
||||
<icon-button id="add" width="64" height="64" icon="gui/icons/blue_plus.png"
|
||||
I18N="Splitscreen player in network" text="Add player" label_location="bottom"/>
|
||||
<icon-button id="connect" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="Splitscreen player in network" text="All players ready" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer height="1f" width="10"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="User info dialog" text="User Info"/>
|
||||
|
||||
<spacer height="1f" width="50"/>
|
||||
|
||||
<div width="80%" align="center" layout="vertical-row" height="20%" >
|
||||
<div width="100%" height="100%" layout="horizontal-row">
|
||||
<label id="desc" width="100%" height="100%" text_align="left" word_wrap="true" text=""/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<spacer height="3%" width="50"/>
|
||||
|
||||
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" text=""/>
|
||||
|
||||
<spacer height="3%" width="50"/>
|
||||
|
||||
<buttonbar id="options" width="90%" height="20%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/back.png"
|
||||
I18N="User info dialog" text="Close" label_location="bottom"/>
|
||||
<icon-button id="remove" width="64" height="64" icon="gui/icons/remove.png"
|
||||
I18N="User info dialog" text="Remove Friend" label_location="bottom"/>
|
||||
<icon-button id="friend" width="64" height="64" icon="gui/icons/player_add.png"
|
||||
I18N="User info dialog" text="Add Friend" label_location="bottom"/>
|
||||
<icon-button id="accept" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="User info dialog" text="Accept Invite" label_location="bottom"/>
|
||||
<icon-button id="decline" width="64" height="64" icon="gui/icons/red_x.png"
|
||||
I18N="User info dialog" text="Decline Invite" label_location="bottom"/>
|
||||
<icon-button id="enter" width="64" height="64" icon="gui/icons/player_view.png"
|
||||
I18N="User info dialog" text="View Profile" label_location="bottom"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="20"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true"
|
||||
I18N="In the vote dialog" text="Vote"/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" text=""/>
|
||||
|
||||
<spacer height="2%" width="50"/>
|
||||
|
||||
<ratingbar id="rating" align="center" height="1f" width="3f"/>
|
||||
|
||||
<spacer height="8%" width="50"/>
|
||||
|
||||
<buttonbar id="options" width="25%" height="20%" align="center">
|
||||
<icon-button id="cancel" width="64" height="64" icon="gui/icons/green_check.png"
|
||||
I18N="Vote dialog" text="OK" label_location="none"/>
|
||||
</buttonbar>
|
||||
<spacer height="1f" width="10"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="100%" text_align="center" text="Paused" proportion="2" />
|
||||
|
||||
<spacer width="20" height="2%" />
|
||||
|
||||
<buttonbar id="backbtnribbon" proportion="4" width="100%" align="center">
|
||||
<icon-button id="backbtn" width="128" height="128" align="center" icon="gui/icons/back.png"
|
||||
extend_label="200" I18N="In the in-game dialog" text="Back to Game"/>
|
||||
<icon-button id="touch_device" width="128" height="128" align="center" icon="gui/icons/android/gyroscope_icon.png"
|
||||
extend_label="200" I18N="Race paused button" text="Gyroscope"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="20" height="8%" />
|
||||
|
||||
<buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
|
||||
|
||||
<icon-button id="exit" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
I18N="In the in-game dialog" text="Back to menu" word_wrap="true"/>
|
||||
|
||||
<icon-button id="selectkart" width="128" height="128" icon="gui/icons/random_kart.png"
|
||||
I18N="In the in-game dialog" text="Select kart" word_wrap="true"/>
|
||||
|
||||
<icon-button id="options" width="128" height="128" icon="gui/icons/main_options.png"
|
||||
I18N="In the in-game dialog" text="Options" word_wrap="true"/>
|
||||
|
||||
<icon-button id="help" width="128" height="128" icon="gui/icons/main_help.png"
|
||||
I18N="In the in-game dialog" text="Help" word_wrap="true"/>
|
||||
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="20" height="35" />
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
||||
|
||||
<spacer proportion="1" />
|
||||
|
||||
<label id="title" width="100%" text_align="center" text="Press fully and release..." proportion="1" I18N="When changing input configurations" word_wrap="true"/>
|
||||
|
||||
<spacer proportion="1" />
|
||||
|
||||
<buttonbar id="buttons" height="35%" width="100%" align="center">
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/back.png"
|
||||
I18N="When configuring input" text="Cancel" align="center"/>
|
||||
<icon-button id="assignEsc" width="128" height="128" icon="gui/icons/keyboard.png"
|
||||
I18N="When configuring input" text="Assign to ESC key" align="center"/>
|
||||
<icon-button id="assignNone" width="128" height="128" icon="gui/icons/remove.png"
|
||||
I18N="When configuring input" text="Assign nothing" align="center"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
||||
<header id="title" width="100%" text_align="center" text="Paused" proportion="2" />
|
||||
|
||||
<spacer width="20" height="2%" />
|
||||
|
||||
<buttonbar id="backbtnribbon" proportion="4" width="100%" align="center">
|
||||
<icon-button id="backbtn" width="128" height="128" align="center" icon="gui/icons/back.png"
|
||||
extend_label="200" I18N="Race paused button" raw_text="Text"/>
|
||||
<icon-button id="touch_device" width="128" height="128" align="center" icon="gui/icons/android/gyroscope_icon.png"
|
||||
extend_label="200" I18N="Race paused button" text="Gyroscope"/>
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="20" height="8%" />
|
||||
|
||||
<buttonbar id="choiceribbon" proportion="4" width="100%" align="center">
|
||||
|
||||
<icon-button id="exit" width="128" height="128" icon="gui/icons/main_quit.png"
|
||||
I18N="Race paused button" raw_text="Text" word_wrap="true"/>
|
||||
|
||||
<icon-button id="newrace" width="128" height="128" icon="gui/icons/main_race.png"
|
||||
I18N="Race paused button" raw_text="Text" word_wrap="true"/>
|
||||
|
||||
<icon-button id="restart" width="128" height="128" icon="gui/icons/restart.png"
|
||||
I18N="Race paused button" raw_text="Text" word_wrap="true"/>
|
||||
|
||||
<icon-button id="endrace" width="128" height="128" icon="gui/icons/race_giveup.png"
|
||||
I18N="Race paused button" text="Give Up Race" word_wrap="true"/>
|
||||
|
||||
<icon-button id="options" width="128" height="128" icon="gui/icons/main_options.png"
|
||||
I18N="Race paused button" text="Options" word_wrap="true"/>
|
||||
|
||||
<icon-button id="help" width="128" height="128" icon="gui/icons/main_help.png"
|
||||
I18N="Race paused button" text="Help" word_wrap="true"/>
|
||||
|
||||
</buttonbar>
|
||||
|
||||
<spacer width="20" height="5%" />
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row" >
|
||||
<header id="title" width="100%" height="fit" text_align="center" word_wrap="true" text="Recommend Video Settings" />
|
||||
|
||||
<spacer height="5%" width="10" />
|
||||
|
||||
<label width="100%" I18N="Recommend video settings dialog" text="The recommended settings will be valid for the current resolution." word_wrap="true"/>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<label width="100%" I18N="Recommend video settings dialog" text="What should the settings prioritize?"/>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="5%">
|
||||
<checkbox id="performance"/>
|
||||
<spacer width="10" height="10"/>
|
||||
<label text="Performance" I18N="Recommend video settings dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="5%">
|
||||
<checkbox id="balance"/>
|
||||
<spacer width="1%" height="1%"/>
|
||||
<label text="Balance performance and graphics quality" I18N="Recommend video settings dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="5%">
|
||||
<checkbox id="graphics"/>
|
||||
<spacer width="1%" height="1%"/>
|
||||
<label text="Graphics quality" I18N="Recommend video settings dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="5%">
|
||||
<checkbox id="sparing"/>
|
||||
<spacer width="1%" height="1%"/>
|
||||
<label text="Sparing energy" I18N="Recommend video settings dialog"/>
|
||||
</div>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<label width="100%" I18N="Recommend video settings dialog" text="Do you like graphics effects creating blur?"/>
|
||||
|
||||
<spacer height="2%" width="10" />
|
||||
|
||||
<gauge id="blur_priority" min_value="0" max_value="1" wrap_around="true" width="30%" />
|
||||
|
||||
<spacer height="4%" width="10" />
|
||||
|
||||
<buttonbar id="buttons" height="20%" width="50%" align="center">
|
||||
<icon-button id="cancel" width="128" height="128" icon="gui/icons/red_x.png"
|
||||
I18N="Recommend video settings dialog" text="Cancel" align="center"/>
|
||||
<icon-button id="start_test" width="128" height="128" icon="gui/icons/green_check.png"
|
||||
I18N="Recommend video settings dialog" text="Start the test" align="center"/>
|
||||
</buttonbar>
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="5%" y="5%" width="90%" height="90%" layout="vertical-row" >
|
||||
|
||||
<header id="title" height="10%" width="100%" text="Race Setup" align="center" text_align="center" />
|
||||
|
||||
<spacer height="3%" width="1"/>
|
||||
|
||||
<ribbon id="difficulty" height="25%" width="80%" align="center">
|
||||
<icon-button id="novice" icon="gui/icons/difficulty_easy.png"
|
||||
width="128" height="128" I18N="Difficulty" text="Novice"/>
|
||||
<icon-button id="intermediate" icon="gui/icons/difficulty_medium.png"
|
||||
width="128" height="128" I18N="Difficulty" text="Intermediate"/>
|
||||
<icon-button id="expert" icon="gui/icons/difficulty_hard.png"
|
||||
width="128" height="128" I18N="Difficulty" text="Expert"/>
|
||||
<icon-button id="supertux" icon="gui/icons/difficulty_best.png"
|
||||
width="128" height="128" I18N="Difficulty" text="SuperTux"/>
|
||||
</ribbon>
|
||||
|
||||
<spacer height="3%" width="1"/>
|
||||
|
||||
<label id="challenge_info" height="35%" width="100%" text_align="center"/>
|
||||
|
||||
<spacer height="3%" width="1"/>
|
||||
|
||||
<buttonbar id="actions" height="20%" width="30%" align="center">
|
||||
<icon-button id="back" icon="gui/icons/back.png"
|
||||
width="128" height="128" text="Back"/>
|
||||
<icon-button id="start" icon="gui/icons/green_check.png"
|
||||
width="128" height="128" text="Start Race"/>
|
||||
</buttonbar>
|
||||
|
||||
</div>
|
||||
</stkgui>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stkgui>
|
||||
<div x="2%" y="10%" width="96%" height="88%" layout="vertical-row" >
|
||||
<label id="title" width="100%" height="100%" text_align="left" word_wrap="true" proportion="1" />
|
||||
|
||||
<button id="continue" I18N="Button in tutorial" text="Continue" align="center"/>
|
||||
</div>
|
||||
</stkgui>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,31 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: SuperTuxKart
|
||||
Upstream-Contact:
|
||||
Marianne Gagnon <auria.mg@gmail.com>
|
||||
Jean-Manuel Clémençon <sam.un@protonmail.com>
|
||||
Source: https://supertuxkart.net
|
||||
|
||||
Files:
|
||||
blur_bg_button.png
|
||||
blur_bg_button_focus.png
|
||||
drift.png
|
||||
nitro.png
|
||||
nitro_empty.png
|
||||
pause.png
|
||||
steering_wheel.png
|
||||
thunderbird_reset.png
|
||||
wing_mirror.png
|
||||
Copyright: Copyright 2017 Néd J. Édoire
|
||||
License: CC BY-SA 4.0
|
||||
Comment: Icons originally made for SuperTuxKart UI on Android.
|
||||
|
||||
Files:
|
||||
accelerator.png
|
||||
accelerator_handle.png
|
||||
accelerator_icon.png
|
||||
gyroscope_icon.png
|
||||
steering_wheel_mask_down.png
|
||||
steering_wheel_mask_up.png
|
||||
Copyright: Copyright 2019 Benau
|
||||
License: CC-BY-SA 4.0
|
||||
Comment: License clarified/assigned in Jul 2021 via IRC. accelerator_icon.png was committed in 2020, but is just a copy of accelerator.png with a square aspect ratio.
|
||||
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 271 B |
|
After Width: | Height: | Size: 379 B |
|
After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,244 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: Icons for stk-code
|
||||
Upstream-Contact:
|
||||
Jean-Manuel "samuncle" Clémençon <sam.un@protonmail.com>
|
||||
Source: https://supertuxkart.net
|
||||
License: Various
|
||||
|
||||
Files: materials.xml
|
||||
Copyright: SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment: Material data
|
||||
|
||||
Files:
|
||||
*.png
|
||||
back.png
|
||||
player.png
|
||||
mode_3strikes.png
|
||||
mode_weapons.png
|
||||
Copyright: SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0+
|
||||
Comment:
|
||||
All icons come from Open Game Art (art by onyum.com, comissionned by Bart Kelsey)
|
||||
Released under CC-BY-SA 3+, options_players & random_kart were tweaked by Marianne Gagnon
|
||||
Added in commit: https://sourceforge.net/p/supertuxkart/code/4217/
|
||||
|
||||
Files:
|
||||
blue_plus.png
|
||||
down.png
|
||||
player_add.png
|
||||
remove.png
|
||||
Copyright: SuperTuxKart dev team, Marc Coll
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
blue_plus.png, down.png, and remove.png were remixed from back.png, and thus inherit its license. They were added in https://github.com/supertuxkart/stk-code/commit/2f2547420deb628d8308ef12464b1725ee4160f6
|
||||
player_add.png is a simple combination of player.png and blue_plus.png
|
||||
|
||||
Files:
|
||||
player_view.png
|
||||
Copyright: SuperTuxKart dev team, Tango Desktop Project
|
||||
License: CC-BY-SA 3.0
|
||||
Comment: combination of player.png and search.png
|
||||
|
||||
Files:
|
||||
addons.png
|
||||
main_*.png
|
||||
package*.png
|
||||
Copyright: yeKcim (Anthony Carré)
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files:
|
||||
main_network_add.png
|
||||
Copyright: yeKcim (Anthony Carré), SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment: combination of main_network.png and blue_plus.png
|
||||
|
||||
Files:
|
||||
mode_ftl.png
|
||||
mode_ghost.png
|
||||
mode_normal.png
|
||||
mode_soccer.png
|
||||
race_giveup.png
|
||||
Copyright: Totoplus62, SuperTuxKart dev team, ???
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Original backgrounds come from set made by onyum.com (see above)
|
||||
Backgrounds edited by Totoplus62
|
||||
TODO: Source of ghost icon unknown
|
||||
TODO: Check license of gift box model
|
||||
TODO: Source of flag icon unknown
|
||||
|
||||
Files:
|
||||
mode_normal.png
|
||||
Copyright: Totoplus62, MiniBjorn, Marianne "Auria" Gagnon, SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Original backgrounds come from set made by onyum.com (see above)
|
||||
Backgrounds edited by Totoplus62
|
||||
Gift box model by MiniBjorn, with slight modifications by Marianne Gagnon
|
||||
|
||||
Files:
|
||||
mode_tt.png
|
||||
Copyright: Totoplus62, yeKcim, SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Original backgrounds come from set made by onyum.com (see above)
|
||||
Backgrounds edited by Totoplus62
|
||||
Clock icon from set by yeKcim
|
||||
|
||||
Files:
|
||||
mode_easter.png
|
||||
Copyright: Totoplus62, fraang, SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Original backgrounds come from set made by onyum.com (see above)
|
||||
Backgrounds edited by Totoplus62
|
||||
Eggs by fraang from https://opengameart.org/content/easter-egg
|
||||
Rabbit and other bits by Totoplus62
|
||||
|
||||
Files:
|
||||
mode_laptrial.png
|
||||
Copyright: Totoplus62, yeKcim, Alina Oleynik, SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Original backgrounds come from set made by onyum.com (see above)
|
||||
Backgrounds edited by Totoplus62
|
||||
Clock icon from set by yeKcim
|
||||
Flag is lap_flag.png by Alina Oleynik
|
||||
|
||||
Files:
|
||||
tutorial.png
|
||||
Copyright: Totoplus62
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files:
|
||||
hourglass.png
|
||||
tablet.png
|
||||
blue_flag.png
|
||||
heart.png
|
||||
red_flag.png
|
||||
tablet.png
|
||||
Copyright: Benau
|
||||
License: CC0
|
||||
|
||||
Files:
|
||||
logo*.png
|
||||
Copyright: rastapax
|
||||
License: CC-BY-SA 3.0+
|
||||
|
||||
Files:
|
||||
soccer_ball*.png
|
||||
Copyright: Néd J. Édoire
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files:
|
||||
difficulty_*.png
|
||||
Copyright: Conso (Constantin Pelikan)
|
||||
License: CC-BY-SA 3.0
|
||||
|
||||
Files:
|
||||
screen*.png
|
||||
mass.png
|
||||
power.png
|
||||
Copyright: Marianne Gagnon
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
power.png by Auria, based on https://openclipart.org/detail/193925/check-engine and https://openclipart.org/detail/144799/power-icon, released under CC-0
|
||||
|
||||
Files: speed.png
|
||||
Copyright: Alayan
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
with elements by Totoplus62
|
||||
|
||||
Files:
|
||||
menu_addons*
|
||||
menu_multi*
|
||||
menu_race*
|
||||
Copyright: Dakal, SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Background by Dakal, from https://forum.freegamedev.net/viewtopic.php?f=18&t=585
|
||||
Statement of license of background: https://forum.freegamedev.net/viewtopic.php?f=18&t=585&start=50#p8792
|
||||
Icons come from set made by onyum.com (see above)
|
||||
|
||||
Files:
|
||||
online/menu_online_player*
|
||||
Copyright: Dakal, yeKcim, SuperTuxKart dev team
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Background by Dakal, from https://forum.freegamedev.net/viewtopic.php?f=18&t=585
|
||||
Statement of license of background: https://forum.freegamedev.net/viewtopic.php?f=18&t=585&start=50#p8792
|
||||
Player icon from set made by onyum.com (see above)
|
||||
Globe icon by yeKcim
|
||||
|
||||
Files:
|
||||
menu_story*
|
||||
menu_online*
|
||||
Copyright: tavariz91, Dakal
|
||||
License: CC-BY-SA 3.0
|
||||
Comment:
|
||||
Background by Dakal, from https://forum.freegamedev.net/viewtopic.php?f=18&t=585
|
||||
Statement of license of background: https://forum.freegamedev.net/viewtopic.php?f=18&t=585&start=50#p8792
|
||||
Earth icon based on https://openclipart.org/detail/3320/earth (CC0), edited by tavariz91
|
||||
Story book icon by tavariz91 from https://forum.freegamedev.net/viewtopic.php?f=18&t=4401&start=25#p45564 (CC0)
|
||||
|
||||
Files:
|
||||
crown.png
|
||||
Copyright: glitch
|
||||
License: CC0
|
||||
Comment:
|
||||
from https://openclipart.org/detail/210257/misc-game-crown, released under public domain
|
||||
|
||||
Files:
|
||||
speed*.png
|
||||
gauge*.png
|
||||
ghost_plus.png
|
||||
Copyright: Alayan
|
||||
License: CC0
|
||||
|
||||
Files:
|
||||
options_language.png
|
||||
Copyright: Alayan
|
||||
License: CC-BY-SA 3+
|
||||
Comment:
|
||||
based on http://www.languageicon.org/
|
||||
|
||||
Files:
|
||||
options_general.png
|
||||
Copyright: Alayan
|
||||
License: CC-BY-SA 4
|
||||
|
||||
Files:
|
||||
lap_flag.png
|
||||
Copyright: Alina Oleynik
|
||||
License: CC BY 3.0
|
||||
Comment:
|
||||
"racing flag" icon by Alina Oleynik, from thenounproject.com
|
||||
Source: https://thenounproject.com/icon/racing-flag-1298802/
|
||||
|
||||
Files:
|
||||
robot.png
|
||||
Copyright: Benau
|
||||
License: CC0
|
||||
Comment:
|
||||
source: https://publicdomainvectors.org/en/free-clipart/Outlined-robot-image/74151.html
|
||||
|
||||
Files:
|
||||
green_check.png
|
||||
Copyright: GNOME Project
|
||||
License: GPL-2+
|
||||
Comment: From the Gnome icon set. Source: https://github.com/GNOME/adwaita-icon-theme/blob/gnome-2-30/src/emblem-default.svg License: https://github.com/GNOME/adwaita-icon-theme/blob/gnome-2-30/COPYING
|
||||
|
||||
Files:
|
||||
news.png
|
||||
news_headline.png
|
||||
red_dot.png
|
||||
red_x.png
|
||||
search.png
|
||||
Copyright: Tango Desktop Project
|
||||
License: CC0
|
||||
Comment:
|
||||
An error X symbol icon as emblem. A combination of two icons of project Tango. Source: https://commons.wikimedia.org/wiki/File:Dialog-error-round.svg
|
||||
A magnifying glass icon. Source: https://commons.wikimedia.org/wiki/File:System-search.svg
|
||||
|
||||
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 1.9 KiB |