Fixing LB

This commit is contained in:
DazedAnon 2026-04-29 10:22:32 -05:00
parent 07ff6448b7
commit e5046abdb9
7 changed files with 18 additions and 18 deletions

View file

@ -2846,7 +2846,7 @@
{
"id": 1,
"name": "回想セリィ",
"note": "<LB:Recollection:_\\N[2]><LB_Y:-32>",
"note": "<LB:\\N[2]><LB_Y:-32>",
"pages": [
{
"conditions": {
@ -3648,7 +3648,7 @@
{
"id": 4,
"name": "処女設定",
"note": "<LB:Virgin_Setting>",
"note": "<LB:Virgin>",
"pages": [
{
"conditions": {
@ -3816,7 +3816,7 @@
{
"id": 5,
"name": "全開放",
"note": "<LB:Unlock_All_Recollections>",
"note": "<LB:Unlock>",
"pages": [
{
"conditions": {
@ -3984,7 +3984,7 @@
{
"id": 6,
"name": "回想ケイミ",
"note": "<LB:Recollection:_\\N[3]><LB_Y:-32>",
"note": "<LB:\\N[3]><LB_Y:-32>",
"pages": [
{
"conditions": {
@ -4082,7 +4082,7 @@
{
"id": 7,
"name": "回想その他",
"note": "<LB:Recollection_(Other)><LB_Y:-32>",
"note": "<LB:(Other)><LB_Y:-32>",
"pages": [
{
"conditions": {
@ -4400,7 +4400,7 @@
{
"id": 228,
"name": "回想エメラダ",
"note": "<LB:Recollection:_\\N[1]><LB_Y:-32>",
"note": "<LB:\\N[1]><LB_Y:-32>",
"pages": [
{
"conditions": {

View file

@ -3569,7 +3569,7 @@
{
"id": 3,
"name": "処女設定",
"note": "<LB:Virgin_Setting>",
"note": "<LB:Virgin>",
"pages": [
{
"conditions": {
@ -3737,7 +3737,7 @@
{
"id": 4,
"name": "全開放",
"note": "<LB:Unlock_All_Recollections>",
"note": "<LB:Unlock>",
"pages": [
{
"conditions": {

View file

@ -3569,7 +3569,7 @@
{
"id": 3,
"name": "処女設定",
"note": "<LB:Virgin_Setting>",
"note": "<LB:Virgin>",
"pages": [
{
"conditions": {
@ -3737,7 +3737,7 @@
{
"id": 4,
"name": "全開放",
"note": "<LB:Unlock_All_Recollections>",
"note": "<LB:Unlock>",
"pages": [
{
"conditions": {

View file

@ -3569,7 +3569,7 @@
{
"id": 3,
"name": "処女設定",
"note": "<LB:Virgin_Setting>",
"note": "<LB:Virgin>",
"pages": [
{
"conditions": {
@ -3737,7 +3737,7 @@
{
"id": 4,
"name": "全開放",
"note": "<LB:Unlock_All_Recollections>",
"note": "<LB:Unlock>",
"pages": [
{
"conditions": {

View file

@ -3569,7 +3569,7 @@
{
"id": 3,
"name": "処女設定",
"note": "<LB:Virgin_Setting>",
"note": "<LB:Virgin>",
"pages": [
{
"conditions": {
@ -3737,7 +3737,7 @@
{
"id": 4,
"name": "全開放",
"note": "<LB:Unlock_All_Recollections>",
"note": "<LB:Unlock>",
"pages": [
{
"conditions": {

View file

@ -13263,7 +13263,7 @@
{
"id": 4,
"name": "処女設定",
"note": "<LB:Virgin_Setting>",
"note": "<LB:Virgin>",
"pages": [
{
"conditions": {
@ -13431,7 +13431,7 @@
{
"id": 5,
"name": "全開放",
"note": "<LB:Unlock_All_Recollections>",
"note": "<LB:Unlock>",
"pages": [
{
"conditions": {
@ -120175,7 +120175,7 @@
{
"id": 228,
"name": "回想エメラダ",
"note": "<LB:Recollection:_\\N[1]><LB_Y:-32>",
"note": "<LB:\\N[1]><LB_Y:-32>",
"pages": [
{
"conditions": {

View file

@ -478,7 +478,7 @@
resetFontSettings() {
super.resetFontSettings();
this.contents.fontSize = this._fontSize;
this.contents.fontSize = this._fontSize - 6;
}
}
})();