-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
see wiki for Release Notes
- Loading branch information
Showing
59 changed files
with
1,141 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no" ?> | ||
<GUI name="autoDriveEnvironmentSettings"> | ||
<GuiElement type="empty" profile="uiInGameMenuFrame"> | ||
<!-- Static page header --> | ||
<GuiElement type="empty" profile="ingameMenuFrameHeaderPanel" position="130px -60px"> | ||
<GuiElement type="bitmap" profile="ingameMenuGeneralSettingsHeaderIcon" position="0px 0px" id="headerIcon" /> | ||
<GuiElement type="text" profile="ingameMenuFrameHeaderText" position="80px 0px" text="$l10n_gui_ad_environmentSettingsPage_title" /> | ||
</GuiElement> | ||
|
||
<GuiElement type="bitmap" profile="ingameMenuSettingsBox" position="130px -124px" id="settingsContainer"> | ||
<GuiElement type="boxLayout" profile="ingameMenuSettingsLayout" position="50px -50px"> | ||
|
||
<GuiElement type="multiTextOption" profile="multiTextOptionSettings" onCreate="onCreateAutoDriveSetting" onClick="onOptionChange" name="blinkValue" toolTipElementId="ingameMenuHelpBoxText"> | ||
<GuiElement type="button" profile="multiTextOptionSettingsLeft" /> | ||
<GuiElement type="button" profile="multiTextOptionSettingsRight" /> | ||
<GuiElement type="text" profile="multiTextOptionSettingsText" /> | ||
<GuiElement type="text" profile="multiTextOptionSettingsTitle" position="27px 6px" /> | ||
<GuiElement type="bitmap" profile="multiTextOptionSettingsBg" /> | ||
<GuiElement type="bitmap" profile="baseReference" screenAlign="topLeft" position="5px 4px" size="17px 17px" /> | ||
</GuiElement> | ||
<GuiElement type="multiTextOption" profile="multiTextOptionSettings" onCreate="onCreateAutoDriveSetting" onClick="onOptionChange" name="useBeaconLights" toolTipElementId="ingameMenuHelpBoxText"> | ||
<GuiElement type="button" profile="multiTextOptionSettingsLeft" /> | ||
<GuiElement type="button" profile="multiTextOptionSettingsRight" /> | ||
<GuiElement type="text" profile="multiTextOptionSettingsText" /> | ||
<GuiElement type="text" profile="multiTextOptionSettingsTitle" position="27px 6px" /> | ||
<GuiElement type="bitmap" profile="multiTextOptionSettingsBg" /> | ||
<GuiElement type="bitmap" profile="baseReference" screenAlign="topLeft" position="5px 4px" size="17px 17px" /> | ||
</GuiElement> | ||
</GuiElement> | ||
</GuiElement> | ||
|
||
<GuiElement type="bitmap" profile="ingameMenuHelpRowBg" position="210px 64px" id="ingameMenuHelpBox" visible="false"> | ||
<GuiElement type="bitmap" profile="ingameMenuHelpRowIcon" /> | ||
<GuiElement type="text" profile="ingameMenuHelpRowText" id="ingameMenuHelpBoxText" onTextChanged="onIngameMenuHelpTextChanged" /> | ||
</GuiElement> | ||
</GuiElement> | ||
</GUI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.