Skip to content

Commit

Permalink
fix v1.3.2 data
Browse files Browse the repository at this point in the history
  • Loading branch information
AUSTIN2526 committed Feb 16, 2023
1 parent 2dc18a1 commit ef8cd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self):

#modify here
'func_name_1':['鎖血無敵', '全圖撿物', '秒殺怪物', '999 攻速','無限技能'],
'func_name_2':['無限升級','無限升級'],
'func_name_2':['無限升級','停止升級'],
'func_name_3':['無限金幣', '解鎖裝備', '解鎖成就', '全角色與服裝', '解鎖關卡', '解鎖被動'],

#modify here
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self):
'func_name_1_ex':[self.ui.func_group_1[4], None, 1079558144, 0x00A1EFD8, [0x70,0x18,0x170,0x98,0x48,0x10,0x9C0,0x04]],

'func_name_2_level_up':[self.ui.func_group_2[0],self.ui.func_group_2[1], 1072693248, 0x008007B0, [0x30,0x2A90,0x4]],
'func_name_2_stop_level_up':[self.ui.func_group_2[1],self.ui.func_group_2[0], 1083127808, 0x008007B0, [0x30,0x1D50,0x4]],
'func_name_2_stop_level_up':[self.ui.func_group_2[1],self.ui.func_group_2[0], 1083127808, 0x008007B0, [0x30,0x2A90,0x4]],


#save editor(format function_name:[QCheckBox object,{key:val}])
Expand Down

0 comments on commit ef8cd0d

Please sign in to comment.