Skip to content

Commit

Permalink
修改提示词v2
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperScript-PRC committed Feb 14, 2024
1 parent 651e638 commit 2f98aa5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tooldelta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,15 +556,14 @@ def start_tool_delta():
# 初始化系统
global frame, game_control, plugins
try:
Print.print_with_info(f"§d{PRG_NAME} 正在启动..", "§d 加载 ")
frame = Frame()
plugins = PluginGroup(frame, PRG_NAME)
game_control = GameCtrl(frame)
frame.welcome()
frame.basic_operation()
frame.set_game_control(game_control)
frame.set_plugin_group(plugins)
movent.set_frame(frame)
frame.welcome()
frame.basic_operation()
frame.read_cfg()
game_control.init_funcs()
plugins.read_all_plugins()
Expand Down

0 comments on commit 2f98aa5

Please sign in to comment.