1
0
Fork 0

feat: update HUD components

This commit is contained in:
Kim, Jimin 2023-03-05 13:55:00 +09:00
parent c0e8fccb32
commit 1cd2f1e218

View file

@ -1,57 +1,71 @@
[
{
"Type": "osu.Game.Screens.Play.HUD.DefaultAccuracyCounter, osu.Game, Version=2022.528.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": 25
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
},
"Anchor": 17,
"Origin": 17,
"UsesFixedAnchor": true,
"Settings": {},
"Children": []
},
{
"Type": "osu.Game.Screens.Play.SongProgress, osu.Game, Version=2022.528.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": 0.0
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
},
"Anchor": 36,
"Origin": 36,
"UsesFixedAnchor": true,
"Settings": {
"show_graph": false
},
"Children": []
},
{
"Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2022.528.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": 0.0
},
"Rotation": 90.0,
"Scale": {
"x": 1.0,
"y": -1.0
},
"Anchor": 17,
"Origin": 10,
"UsesFixedAnchor": true,
"Settings": {
"judgement_line_thickness": 5.0
},
"Children": []
{
"DrawableInfo": {
"global": [
{
"Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2023.301.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": 0.0
},
"Rotation": 90.0,
"Scale": {
"x": 1.0,
"y": -1.0
},
"Anchor": 17,
"Origin": 10,
"UsesFixedAnchor": false,
"Settings": {
"judgement_line_thickness": 5.0,
"colour_bar_visibility": true,
"show_moving_average": true,
"centre_marker_style": 1,
"label_style": 1
},
"Children": []
},
{
"Type": "osu.Game.Screens.Play.HUD.ArgonSongProgress, osu.Game, Version=2023.301.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0,
"y": 0
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
},
"Anchor": 20,
"Origin": 20,
"UsesFixedAnchor": false,
"Settings": {
"show_graph": true
},
"Children": []
},
{
"Type": "osu.Game.Screens.Play.HUD.JudgementCounter.JudgementCounterDisplay, osu.Game, Version=2023.301.0.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 0.0,
"y": 40.0
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
},
"Anchor": 17,
"Origin": 17,
"UsesFixedAnchor": false,
"Settings": {
"mode": 0,
"flow_direction": 0,
"show_judgement_names": true,
"show_max_judgement": true
},
"Children": []
}
],
"osu": []
}
]
}