1
0
Fork 0

chore: update meta files

This commit is contained in:
Kim, Jimin 2024-03-23 19:17:38 +09:00
parent c01b5eb756
commit 178aedbd53
Signed by: pomp
GPG key ID: 77DAC7BB5CA8C7AA
3 changed files with 24 additions and 8 deletions

View file

@ -2,16 +2,18 @@
"DrawableInfo": { "DrawableInfo": {
"global": [ "global": [
{ {
"Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2023.301.0.0, Culture=neutral, PublicKeyToken=null", "Type": "osu.Game.Screens.Play.HUD.HitErrorMeters.BarHitErrorMeter, osu.Game, Version=2024.312.1.0, Culture=neutral, PublicKeyToken=null",
"Position": { "Position": {
"x": 0.0, "x": 0.0,
"y": 0.0 "y": -2.5
}, },
"Rotation": 90.0, "Rotation": 90.0,
"Scale": { "Scale": {
"x": 1.0, "x": 1.0,
"y": -1.0 "y": -1.0
}, },
"Width": null,
"Height": null,
"Anchor": 17, "Anchor": 17,
"Origin": 10, "Origin": 10,
"UsesFixedAnchor": false, "UsesFixedAnchor": false,
@ -20,21 +22,23 @@
"colour_bar_visibility": true, "colour_bar_visibility": true,
"show_moving_average": true, "show_moving_average": true,
"centre_marker_style": 1, "centre_marker_style": 1,
"label_style": 1 "label_style": 2
}, },
"Children": [] "Children": []
}, },
{ {
"Type": "osu.Game.Screens.Play.HUD.ArgonSongProgress, osu.Game, Version=2023.301.0.0, Culture=neutral, PublicKeyToken=null", "Type": "osu.Game.Screens.Play.HUD.ArgonSongProgress, osu.Game, Version=2024.312.1.0, Culture=neutral, PublicKeyToken=null",
"Position": { "Position": {
"x": 0, "x": 0.0,
"y": 0 "y": 0.0
}, },
"Rotation": 0.0, "Rotation": 0.0,
"Scale": { "Scale": {
"x": 1.0, "x": 1.0,
"y": 1.0 "y": 1.0
}, },
"Width": 1.0,
"Height": null,
"Anchor": 20, "Anchor": 20,
"Origin": 20, "Origin": 20,
"UsesFixedAnchor": false, "UsesFixedAnchor": false,
@ -44,16 +48,18 @@
"Children": [] "Children": []
}, },
{ {
"Type": "osu.Game.Screens.Play.HUD.JudgementCounter.JudgementCounterDisplay, osu.Game, Version=2023.301.0.0, Culture=neutral, PublicKeyToken=null", "Type": "osu.Game.Screens.Play.HUD.JudgementCounter.JudgementCounterDisplay, osu.Game, Version=2024.312.1.0, Culture=neutral, PublicKeyToken=null",
"Position": { "Position": {
"x": 0.0, "x": 0.0,
"y": 40.0 "y": 26.5
}, },
"Rotation": 0.0, "Rotation": 0.0,
"Scale": { "Scale": {
"x": 1.0, "x": 1.0,
"y": 1.0 "y": 1.0
}, },
"Width": null,
"Height": null,
"Anchor": 17, "Anchor": 17,
"Origin": 17, "Origin": 17,
"UsesFixedAnchor": false, "UsesFixedAnchor": false,

View file

@ -0,0 +1,5 @@
{
"DrawableInfo": {
"osu": []
}
}

View file

@ -0,0 +1,5 @@
{
"DrawableInfo": {
"global": []
}
}