-
Notifications
You must be signed in to change notification settings - Fork 1
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
2b692d8
commit 7d7d7c1
Showing
52 changed files
with
1,606 additions
and
519 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
@sandbox/ | ||
@releases/ | ||
.vscode/ | ||
.vscode/ |
105 changes: 105 additions & 0 deletions
105
00 Dart Core (Required)/gamedata/configs/text/eng/dart.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,105 @@ | ||
<string_table> | ||
<string id="ui_mcm_dart_title"> | ||
<text>DART</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_core_title"> | ||
<text>Main Settings</text> | ||
</string> | ||
|
||
<string id="ui_mcm_menu_dart"> | ||
<text>DART</text> | ||
</string> | ||
|
||
<string id="ui_mcm_menu_dart_core"> | ||
<text>Main</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_scale"> | ||
<text>Scale</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_scale_desc"> | ||
<text>Adjust the size of this element. Values greater than 1 will make this element larger. Values less than 1 will make it smaller.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_scale_note"> | ||
<text>NOTE: Text size is fixed and cannot be scaled.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_offsetX"> | ||
<text>X Offset</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_offsetX_desc"> | ||
<text>Adjust the horizontal position of this element. Positive values move it to the right. Negative values move it to the left.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_offsetY"> | ||
<text>Y Offset</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_offsetY_desc"> | ||
<text>Adjust the vertical position of this element. Positive values move it down. Negative values move it up.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_alignX"> | ||
<text>Horizontal Alignment</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_alignX_desc"> | ||
<text>Align this element horizontally to the specified area of the screen.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_alignY"> | ||
<text>Vertical Alignment</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_alignY_desc"> | ||
<text>Align this element vertically to the specified area of the screen.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_core_safezone"> | ||
<text>Safe Zone</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_core_safezone_desc"> | ||
<text>Move all elements closer to the center of the screen by the specified number of pixels.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_core_debugOptions_title"> | ||
<text>Debug Settings</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_core_refreshKey"> | ||
<text>Manual HUD Refresh Key</text> | ||
</string> | ||
|
||
<string id="ui_mcm_dart_core_refreshKey_desc"> | ||
<text>Assign a keybind to manually refresh all HUD elements affected by DART.</text> | ||
</string> | ||
|
||
<string id="ui_mcm_lst_dart_default"> | ||
<text>(Use Default)</text> | ||
</string> | ||
|
||
<string id="ui_mcm_lst_dart_left"> | ||
<text>Left</text> | ||
</string> | ||
|
||
<string id="ui_mcm_lst_dart_center"> | ||
<text>Center</text> | ||
</string> | ||
|
||
<string id="ui_mcm_lst_dart_right"> | ||
<text>Right</text> | ||
</string> | ||
|
||
<string id="ui_mcm_lst_dart_top"> | ||
<text>Top</text> | ||
</string> | ||
|
||
<string id="ui_mcm_lst_dart_bottom"> | ||
<text>Bottom</text> | ||
</string> | ||
</string_table> |
59 changes: 0 additions & 59 deletions
59
00 Dart Core (Required)/gamedata/scripts/dart_config.script
This file was deleted.
Oops, something went wrong.
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.