Skip to content

Commit bd63702

Browse files
author
NearKai
committed
修复文本导入器中的语法错误:重复的参数定义
1 parent 24fd030 commit bd63702

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

文本导入器/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ def put_text_expand_xz(
113113
chunk_x += 16
114114

115115
def put_text_expand_xy(
116-
self,
117-
text: str, font_path: str, size: int, pos: tuple[int, int, int], texture: str):
118116
self,
119117
text: str, font_path: str, size: int, pos: tuple[int, int, int], texture: str):
120118
"""在xy平面上绘制文本"""

0 commit comments

Comments
 (0)