Skip to content

Commit

Permalink
showme 兼容 avz 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-wlc committed Jan 23, 2024
1 parent 79cbf2e commit f4bf622
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ libavz_inject.dll

qrmd/GetZombieAbscissas/inc/beta/*

.clang-format

Binary file added vector/showme/release/2024_01_23.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions vector/showme/showme/information.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version 2023_05_02
avz 2.2.6_2023_04_05
version 2024_01_23
avz 2.6.0_2024_01_13
4 changes: 4 additions & 0 deletions vector/showme/showme/sm.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ class SMShowMe : public ATickRunnerWithNoStart {

void Start()
{
#if __AVZ_VERSION__ < 240113
ATickRunner::Start([this] {
#else
ATickRunnerWithNoStart::_Start([this] {
#endif
auto mouseWindow = AGetPvzBase()->MouseWindow();
int mouseX = mouseWindow->MouseAbscissa();
int mouseY = mouseWindow->MouseOrdinate();
Expand Down
4 changes: 2 additions & 2 deletions vector/showme/version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2024_01_23
2023_05_02
2022_11_26
2022_10_07
2022_10_01

2022_10_01

0 comments on commit f4bf622

Please sign in to comment.