-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSongSelect.json
76 lines (76 loc) · 1.88 KB
/
SongSelect.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"Version": 1,
"DrawableInfo": {
"global": [
{
"Type": "osu.Game.Skinning.SkinnableSprite, osu.Game, Version=2024.1115.3.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 1.9381409,
"y": -51.579147
},
"Rotation": 0.0,
"Scale": {
"x": 0.6425413,
"y": -0.6425413
},
"Width": null,
"Height": null,
"Anchor": 12,
"Origin": 9,
"UsesFixedAnchor": true,
"Settings": {
"sprite_name": "songselect-top.png"
},
"Children": []
},
{
"Type": "osu.Game.Skinning.Components.BeatmapAttributeText, osu.Game, Version=2024.1115.3.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 14.73938,
"y": -57.76407
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
},
"Width": null,
"Height": null,
"Anchor": 12,
"Origin": 12,
"UsesFixedAnchor": false,
"Settings": {
"attribute": 4,
"template": "{BPM}m/h + {Length} travel time",
"font": 1,
"text_colour": "#FFFFFF"
},
"Children": []
},
{
"Type": "osu.Game.Skinning.Components.BeatmapAttributeText, osu.Game, Version=2024.1115.3.0, Culture=neutral, PublicKeyToken=null",
"Position": {
"x": 12.096527,
"y": -87.24449
},
"Rotation": 0.0,
"Scale": {
"x": 1.0,
"y": 1.0
},
"Width": null,
"Height": null,
"Anchor": 12,
"Origin": 12,
"UsesFixedAnchor": false,
"Settings": {
"attribute": 4,
"template": "{Creator}'s {DifficultyName}",
"font": 2,
"text_colour": "#FFFFFF"
},
"Children": []
}
]
}
}