Skip to content

Commit

Permalink
update hud components sizing
Browse files Browse the repository at this point in the history
make durationbar bit smaller
set durationbar & barhiterrormeter closer to bottom screen
  • Loading branch information
iwa committed Aug 13, 2024
1 parent c480559 commit 555900b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/MainHUDComponents.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@
"Type": "osu.Game.Screens.Play.HUD.ArgonSongProgress, osu.Game, Version=2024.519.1.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": -5.0
"y": -2.0
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
"x": 0.9,
"y": 0.9
},
"Width": 0.6637604,
"Height": null,
Expand All @@ -207,7 +207,7 @@
"Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2024.519.1.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": -21
"y": -18
},
"Rotation": 90.0,
"Scale": {
Expand Down

0 comments on commit 555900b

Please sign in to comment.