Skip to content

Commit

Permalink
update offsets for 2.207
Browse files Browse the repository at this point in the history
  • Loading branch information
itzkxhu committed Nov 17, 2024
1 parent 43faaec commit 41784e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GeometryDash Position Changer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace GeometryDash_Position_Changer
{
public partial class Form1 : Form
{
const int xOffset1 = 0x00687E10;
const int xOffset1 = 0x006A4E68;
const int xOffset2 = 0x208;
const int xOffset3 = 0xD98;
const int xOffset4 = 0xA90;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CuoreUI, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\CuoreUI.Winforms.2024.7.24\lib\netstandard2.0\CuoreUI.dll</HintPath>
<HintPath>..\packages\CuoreUI.Winforms.2024.11.14\lib\netstandard2.0\CuoreUI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion GeometryDash Position Changer/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CuoreUI.Winforms" version="2024.7.24" targetFramework="net472" />
<package id="CuoreUI.Winforms" version="2024.11.14" targetFramework="net472" />
</packages>

0 comments on commit 41784e7

Please sign in to comment.