Skip to content

Commit 218a846

Browse files
committed
update : CN activity
1 parent 3229c4b commit 218a846

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

core/config/default_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3457,7 +3457,7 @@
34573457
]
34583458
},
34593459
"current_game_activity": {
3460-
"CN": "TheCathedralsMerryChristmas",
3460+
"CN": "FromOpera0068WithLove",
34613461
"Global": "PandemicHazardAMiraclePancake",
34623462
"JP": "JP_2025_08_20"
34633463
},
951 Bytes
Loading
475 Bytes
Loading
8.14 KB
Loading
-2.32 KB
Loading
5.27 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
prefix = "activity"
2+
path = "activity/FromOpera0068WithLove"
3+
x_y_range = {
4+
'enter1': (1180, 180, 1202, 200),
5+
'enter2': (96, 140, 116, 150),
6+
"enter3": (176, 519, 265, 564),
7+
}

src/images/CN/x_y_range/activity_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
'challenge-not-chosen-0': (1094, 89, 1149, 127),
3333
'challenge-chosen-0': (1094, 89, 1149, 127),
34+
"self-formation": (102, 7, 250, 38),
3435
"formation": (102, 7, 250, 38),
3536
'task-no-goals': (352, 387, 519, 411)
3637
}

0 commit comments

Comments
 (0)