Skip to content

Commit

Permalink
Updated Layout, Image
Browse files Browse the repository at this point in the history
After a lot more playtesting...
- Changed the "E R T Y" hotkeys to "E R 4 T"
- Updated Image_Overlay.png to reflect the change
- Provided "Image_Overlay (template, set up).psd" so that users can easily adjust Image_Overlay to their resolution and keys in photoshop

So after playtesting I decided that the "Y" hotkey is used quite a lot and is not convenient to use (Ancient Trees Root & Uproot / Bear Form Transform / Ultimate Abilities). "E R 4 T" might not look as pretty but it plays A LOT better.
  • Loading branch information
etofok committed Aug 24, 2024
1 parent 4e689ac commit 6773510
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
Binary file added IMAGE_OVERLAY (template, set up).psd
Binary file not shown.
Binary file modified IMAGE_OVERLAY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Modules/layout_DisplacedGrid.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ load_DisplacedGrid() {

GRID_20.physicalKey := "e"
GRID_21.physicalKey := "r"
GRID_22.physicalKey := "t"
GRID_23.physicalKey := "y"
GRID_22.physicalKey := "4"
GRID_23.physicalKey := "t"

Item1.physicalKey := "!q"
Item2.physicalKey := "!w"
Expand Down
2 changes: 0 additions & 2 deletions Modules/module_ImageOverlay.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,5 @@ SetupImageOverlay() {
Gui, gui_imageOverlay:Color, %color%
Gui, gui_imageOverlay:margin, 0, 0

WinSet, TransColor, %color% 222, % gui_imageOverlay ; PNG transparency. 0 = fully transparent
WinSet, ExStyle, +0x20, % gui_imageOverlay ; Click-through

}

0 comments on commit 6773510

Please sign in to comment.