forked from CYBUTEK/KerbalEngineer
-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from J2583/master
Adjustable UI, more readouts, bug fixes
- Loading branch information
Showing
214 changed files
with
3,508 additions
and
1,706 deletions.
There are no files selected for viewing
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
Documents/Alternate HUD - 1440p 1.5 UI Scale - GuiDisplaySize.xml
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,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ArrayOfSettingItem xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<SettingItem> | ||
<Name>multiplier</Name> | ||
<Value xsi:type="xsd:double">1.1</Value> | ||
</SettingItem> | ||
<SettingItem> | ||
<Name>increment</Name> | ||
<Value xsi:type="xsd:int">2</Value> | ||
</SettingItem> | ||
</ArrayOfSettingItem> |
Oops, something went wrong.