-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show remaining movement points in path planning UI (#11056)
* Show remaining movement points in path planning UI * Use movement icon for remaining moves on path
- Release-4.17.8
- Release-4.17.7
- Release-4.17.6
- Release-4.17.5
- Release-4.17.4
- Release-4.17.3
- Release-4.17.2
- Release-4.17.1
- Release-4.17
- Release-4.16.2
- Release-4.16.1
- Release-4.16
- Release-4.15.2
- Release-4.15.1
- Release-4.15
- Release-4.14.1
- Release-4.14
- Release-4.13.1
- Release-4.12.1
- Release-4.12
- Release-4.11
- 4.13
Showing
4 changed files
with
37 additions
and
5 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
16 changes: 16 additions & 0 deletions
16
(1) Community Patch/Core Files/CoreLua/PathHelpManager.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,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Context> | ||
|
||
<Instance Name="TurnIndicator" > | ||
<WorldAnchor ID="Anchor" > | ||
|
||
<Label Anchor="C,C" Offset="0.0" Font="TwCenMT20" FontStyle="Stroke" ColorSet="Beige_Black" ID="TurnLabel" /> | ||
<Label Anchor="C,C" Offset="0.40" Font="TwCenMT14" FontStyle="Stroke" ColorSet="Beige_Black" ID="RemainingMoves" /> | ||
|
||
|
||
</WorldAnchor> | ||
</Instance> | ||
|
||
<Container ID="Container" /> | ||
|
||
</Context> |
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