chore: update meta files
This commit is contained in:
parent
c01b5eb756
commit
178aedbd53
3 changed files with 24 additions and 8 deletions
|
@ -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,
|
||||||
|
|
5
src/procedures/meta/Playfield.json
Normal file
5
src/procedures/meta/Playfield.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"DrawableInfo": {
|
||||||
|
"osu": []
|
||||||
|
}
|
||||||
|
}
|
5
src/procedures/meta/SongSelect.json
Normal file
5
src/procedures/meta/SongSelect.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"DrawableInfo": {
|
||||||
|
"global": []
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue