-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b6e730
commit 1c9a782
Showing
17 changed files
with
562 additions
and
131 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no" ?> | ||
<FillTypeTargetFrame> | ||
<GuiElement type="empty" id="fillTypeSelectionTargetFrame"> | ||
<GuiElement type="bitmap" profile="cpCourseGeneratorBackground" position="30px -86px"> | ||
<GuiElement type="empty" position="0px -64px"> | ||
<GuiElement type="empty" profile="cpIngameMenuSettingsBox" position="10px -10px"> | ||
<GuiElement type="empty" profile="ingameMenuFrameHeaderPanel" position="0 70px"> | ||
<GuiElement type="text" profile="ingameMenuFrameHeaderText" id="fillTypeSelectionTargetHeader" text="Test parameter name"/> | ||
</GuiElement> | ||
<GuiElement type="bitmap" profile="topScrollClipper" name="topClipper"/> | ||
<GuiElement type="bitmap" profile="bottomScrollClipper" name="bottomClipper"/> | ||
<GuiElement type="text" profile="cpFillTypeTitle" id="fillTypeSelectionFillTypeTitle"/> | ||
<GuiElement type="boxLayout" id="fillTypeSelectionTargetLayout" profile="cpFillTypeSelectionLayout"> | ||
<GuiElement type="smoothList" profile="cpFillTypeSelectionList" | ||
focusChangeTop="nil" focusChangeBottom="nil" | ||
selectedWithoutFocus="true" name="fillType"> | ||
<GuiElement type="listItem" profile="cpFillTypeSelectionListItem"> | ||
<GuiElement type="text" name="name" profile="ingameMenuPriceItemTitle" /> | ||
</GuiElement> | ||
</GuiElement> | ||
<GuiElement type="boxLayout" profile="cpFillTypeSelectionLayoutSide"> | ||
<GuiElement type="cpOptionToggle" name="counter" profile="cpFillTypeSelection" onClick="onClickFillTypeMultiTextOptionParameter" namedComponents="true"> | ||
<GuiElement type="text" name="label" profile="cpFillTypeMultiTextOptionTitle"/> | ||
<GuiElement type="button" name="left" profile="cpFillTypeMultiTextOptionLeft" /> | ||
<GuiElement type="button" name="right" profile="cpFillTypeMultiTextOptionRight"/> | ||
<GuiElement type="text" name="text" profile="cpFillTypeMultiTextOptionText" /> | ||
<GuiElement type="bitmap" name="gradient" profile="cpFillTypeMultiTextOptionBg" /> | ||
</GuiElement> | ||
<GuiElement type="cpOptionToggle" name="maxFillLevel" profile="cpFillTypeSelection" onClick="onClickFillTypeMultiTextOptionParameter" namedComponents="true"> | ||
<GuiElement type="text" name="label" profile="cpFillTypeMultiTextOptionTitle"/> | ||
<GuiElement type="button" name="left" profile="cpFillTypeMultiTextOptionLeft" /> | ||
<GuiElement type="button" name="right" profile="cpFillTypeMultiTextOptionRight"/> | ||
<GuiElement type="text" name="text" profile="cpFillTypeMultiTextOptionText" /> | ||
<GuiElement type="bitmap" name="gradient" profile="cpFillTypeMultiTextOptionBg" /> | ||
</GuiElement> | ||
<GuiElement type="cpOptionToggle" name="minFillLevel" profile="cpFillTypeSelection" onClick="onClickFillTypeMultiTextOptionParameter" namedComponents="true"> | ||
<GuiElement type="text" name="label" profile="cpFillTypeMultiTextOptionTitle"/> | ||
<GuiElement type="button" name="left" profile="cpFillTypeMultiTextOptionLeft" /> | ||
<GuiElement type="button" name="right" profile="cpFillTypeMultiTextOptionRight"/> | ||
<GuiElement type="text" name="text" profile="cpFillTypeMultiTextOptionText" /> | ||
<GuiElement type="bitmap" name="gradient" profile="cpFillTypeMultiTextOptionBg" /> | ||
</GuiElement> | ||
</GuiElement> | ||
</GuiElement> | ||
</GuiElement> | ||
</GuiElement> | ||
</GuiElement> | ||
</GuiElement> | ||
</FillTypeTargetFrame> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
|
||
<Settings prefixText="CP_streetJobParameters_"> | ||
<SettingSubTitle title="ai_parameterGroupTitlePosition"> | ||
<!--Field Speed--> | ||
<Setting classType="AIParameterSettingList" name="fillType" generateValuesFunction="generateFillTypes"/> | ||
<Setting classType="AIParameterSettingList" name="maxFillLevel" min="20" max="100" default="100" unit="6"/> | ||
<Setting classType="AIParameterSettingList" name="minFillLevel" min="0" max="100" default="0" unit="6"/> | ||
<Setting classType="AIParameterSettingList" name="counter" min="1" max="25" default="15"/> | ||
</SettingSubTitle> | ||
</Settings> |
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
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.