Skip to content

Commit

Permalink
Remove temporary menu element movement
Browse files Browse the repository at this point in the history
  • Loading branch information
BocuD committed Jan 4, 2025
1 parent 7584bc0 commit 4bc5dbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DTXMania/Code/Stage/04.Config/CStageConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ public override int OnUpdateAndDraw()
}
this.ctDisplayWait.tUpdate();

//update menu cursor position
menuCursor.Texture.nTransparency = bFocusIsOnMenu ? 255 : 128;
menuCursor.position.Y = 2 + configLeftOptionsMenu.currentlySelectedIndex * 32;

//make the menu rotate in a circle
configLeftOptionsMenu.position.X = 95 + (float)Math.Cos(CDTXMania.Timer.nCurrentTime / 1000.0) * 10;
configLeftOptionsMenu.position.Y = 4 + (float)Math.Sin(CDTXMania.Timer.nCurrentTime / 1000.0) * 10;
Expand Down

0 comments on commit 4bc5dbb

Please sign in to comment.