You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Minor] Add rectangular arrangement for SWSidebar and fix tooltip drawing (#1703)
- `SuperWeaponSidebar.Pyramid` controls whether cameos are arranged in a
pyramid or rectangle.
- `SuperWeaponSidebar.Pyramid` 控制图标按照金字塔形状排列,否则按照矩形排列。
In `uimd.ini`:
```ini
[Sidebar]
SuperWeaponSidebar.Pyramid=true ; boolean
```
Copy file name to clipboardExpand all lines: docs/User-Interface.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -620,8 +620,9 @@ Default position for weeds counter overlaps with [harvester counter](#harvester-
620
620

621
621
*SuperWeapon Sidebar used with vanilla-like assets for from [Phobos supplementaries](https://github.com/Phobos-developers/PhobosSupplementaries)*
622
622
623
-
- It is possible to put superweapon cameos on the left of screen like C&C3 when `SuperWeaponSidebar` is true. Cameos are arranged in a pyramid shape.
623
+
- It is possible to put superweapon cameos on the left of screen like C&C3 when `SuperWeaponSidebar` is true.
624
624
- Superweapon Sidebar is compatible with Ares superweapons.
625
+
-`SuperWeaponSidebar.Pyramid` controls whether cameos are arranged in a pyramid or rectangle.
625
626
-`SuperWeaponSidebar.Interval` controls the distance between two column cameos (excluding the background). When you need to make a background, the width of the background should be (`SuperWeaponSidebar.Interval` + cameo fixed width 60).
626
627
-`SuperWeaponSidebar.LeftOffset` controls the distance between the left side of cameo and the left side of its column (background). This should not be greater than `SuperWeaponSidebar.Interval`.
627
628
-`SuperWeaponSidebar.CameoHeight` controls the distance from the top of the previous cameo to the top of the next cameo. That is, the space between the upper and lower cameos is (`SuperWeaponSidebar.CameoHeight` - cameo fixed height 48). This should not be less than 48. When you need to make a background, this is the height of the background.
0 commit comments