update HUD elements
This commit is contained in:
parent
b818f7a8f3
commit
c0148b5452
3 changed files with 84 additions and 9 deletions
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"DrawableInfo": {
|
||||
"global": [
|
||||
{
|
||||
"Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2024.312.1.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2024.1208.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Position": {
|
||||
"x": 0.0,
|
||||
"y": -2.5
|
||||
|
@ -18,16 +19,16 @@
|
|||
"Origin": 10,
|
||||
"UsesFixedAnchor": false,
|
||||
"Settings": {
|
||||
"judgement_line_thickness": 5.0,
|
||||
"judgement_line_thickness": 4.0,
|
||||
"colour_bar_visibility": true,
|
||||
"show_moving_average": true,
|
||||
"centre_marker_style": 1,
|
||||
"label_style": 2
|
||||
"label_style": 1
|
||||
},
|
||||
"Children": []
|
||||
},
|
||||
{
|
||||
"Type": "osu.Game.Screens.Play.HUD.ArgonSongProgress, osu.Game, Version=2024.312.1.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Type": "osu.Game.Screens.Play.HUD.ArgonSongProgress, osu.Game, Version=2024.1208.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Position": {
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
|
@ -43,12 +44,15 @@
|
|||
"Origin": 20,
|
||||
"UsesFixedAnchor": false,
|
||||
"Settings": {
|
||||
"show_graph": true
|
||||
"show_graph": true,
|
||||
"show_time": true,
|
||||
"use_relative_size": true,
|
||||
"accent_colour": "#FFFFFF"
|
||||
},
|
||||
"Children": []
|
||||
},
|
||||
{
|
||||
"Type": "osu.Game.Screens.Play.HUD.JudgementCounter.JudgementCounterDisplay, osu.Game, Version=2024.312.1.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Type": "osu.Game.Screens.Play.HUD.JudgementCounter.JudgementCounterDisplay, osu.Game, Version=2024.1208.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Position": {
|
||||
"x": 0.0,
|
||||
"y": 26.5
|
||||
|
@ -70,8 +74,30 @@
|
|||
"show_max_judgement": true
|
||||
},
|
||||
"Children": []
|
||||
},
|
||||
{
|
||||
"Type": "osu.Game.Screens.Play.ArgonKeyCounterDisplay, osu.Game, Version=2024.1208.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Position": {
|
||||
"x": -5.0,
|
||||
"y": -41.0
|
||||
},
|
||||
"Rotation": 0.0,
|
||||
"Scale": {
|
||||
"x": 1.0,
|
||||
"y": 1.0
|
||||
},
|
||||
"Width": null,
|
||||
"Height": null,
|
||||
"Anchor": 36,
|
||||
"Origin": 36,
|
||||
"UsesFixedAnchor": false,
|
||||
"Settings": {},
|
||||
"Children": []
|
||||
}
|
||||
],
|
||||
"osu": []
|
||||
"osu": [],
|
||||
"mania": [],
|
||||
"fruits": [],
|
||||
"taiko": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"DrawableInfo": {
|
||||
"osu": []
|
||||
}
|
||||
|
|
|
@ -1,5 +1,53 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"DrawableInfo": {
|
||||
"global": []
|
||||
"global": [
|
||||
{
|
||||
"Type": "osu.Game.Skinning.Components.BoxElement, osu.Game, Version=2024.1208.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Position": {
|
||||
"x": 18.448334,
|
||||
"y": 38.36023
|
||||
},
|
||||
"Rotation": 0.0,
|
||||
"Scale": {
|
||||
"x": 0.2855689,
|
||||
"y": 0.2855689
|
||||
},
|
||||
"Width": 274.81665,
|
||||
"Height": 80.0,
|
||||
"Anchor": 9,
|
||||
"Origin": 9,
|
||||
"UsesFixedAnchor": false,
|
||||
"Settings": {
|
||||
"corner_radius": 0.5,
|
||||
"accent_colour": "#000000"
|
||||
},
|
||||
"Children": []
|
||||
},
|
||||
{
|
||||
"Type": "osu.Game.Skinning.Components.BeatmapAttributeText, osu.Game, Version=2024.1208.0.0, Culture=neutral, PublicKeyToken=null",
|
||||
"Position": {
|
||||
"x": 25.816498,
|
||||
"y": 42.372467
|
||||
},
|
||||
"Rotation": 0.0,
|
||||
"Scale": {
|
||||
"x": 0.3292205,
|
||||
"y": 0.3292205
|
||||
},
|
||||
"Width": null,
|
||||
"Height": null,
|
||||
"Anchor": 9,
|
||||
"Origin": 9,
|
||||
"UsesFixedAnchor": false,
|
||||
"Settings": {
|
||||
"attribute": 13,
|
||||
"template": "{Label}: {Value}",
|
||||
"font": 1,
|
||||
"text_colour": "#FFFFFF"
|
||||
},
|
||||
"Children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue