Skip to content

Commit

Permalink
fix(Data): font name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dituon committed Dec 10, 2023
1 parent 9660e3a commit 8f53470
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions data/xmmt.dituon.petpet/anyasuki/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
}],
"text": [{
"text": "阿尼亚喜欢$txt1[这个]",
"pos": [237,460, 460],
"pos": [237,460,460],
"color": "#ffffff",
"font": "MiSans Bold",
"font": "MiSans",
"wrap": "ZOOM",
"size": 40,
"align": "CENTER"
Expand Down
6 changes: 3 additions & 3 deletions data/xmmt.dituon.petpet/ask/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"text":[
{
"text":"$txt1[$to]不知道哦。",
"pos":[300,640],
"pos":[300,650],
"color":"#ffffff",
"size":26,
"size":24,
"align":"CENTER",
"style":"PLAIN"
},{
"text":"$txt1[$to]",
"pos":[300,600],
"color":"#f0bf6e",
"size":23,
"size":22,
"align":"CENTER",
"style":"BOLD"
},{
Expand Down
2 changes: 1 addition & 1 deletion data/xmmt.dituon.petpet/bulge/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pos": [[0, 0, "width", "height"]],
"filter": [{
"type": "BULGE",
"strength": [0.1, 0.15, 0.25, 0.5, 0.8, 0.6, 0.35, 0.2, 0]
"strength": [0.1, 0.15, 0.25, 0.5, 0.8, 0.6, 0.35, 0.2, 0.0]
}]
}],
"text": [],
Expand Down
3 changes: 2 additions & 1 deletion data/xmmt.dituon.petpet/certificate/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"color": "#dc3023",
"pos": [650,487,900],
"size": 104,
"font": "MiSans Bold",
"font": "MiSans",
"style": "BOLD",
"wrap": "ZOOM",
"align": "CENTER",
"strokeColor": "#ffd700",
Expand Down
3 changes: 2 additions & 1 deletion data/xmmt.dituon.petpet/osu/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"color": "#ffffff",
"pos": [175,175,230],
"size": 104,
"font": "MiSans Bold",
"font": "Aller",
"style": "BOLD",
"wrap": "ZOOM",
"align": "CENTER"
}
Expand Down
3 changes: 2 additions & 1 deletion data/xmmt.dituon.petpet/sad_news/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"color": "#5a5a5a",
"pos": [650,487,900],
"size": 104,
"font": "MiSans Bold",
"font": "MiSans",
"style": "BOLD",
"wrap": "ZOOM",
"align": "CENTER",
"strokeColor": "#dddddd",
Expand Down
2 changes: 1 addition & 1 deletion data/xmmt.dituon.petpet/stew/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pos": [2,190,190],
"wrap": "ZOOM",
"color": "#191919",
"font": "MiSans Bold",
"font": "MiSans",
"size": 35
}],
"alias": [""]
Expand Down

0 comments on commit 8f53470

Please sign in to comment.