修复了 width -> thickness 的问题

This commit is contained in:
shenjack 2025-02-10 00:52:41 +08:00
parent 0b69a58277
commit 3b5418f1ff
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -276,7 +276,7 @@ class SR1ShipEditor(BaseScreen):
0, 0,
0, 0,
0, 0,
width=5, thickness=5,
color=(200, 200, 10, 255), color=(200, 200, 10, 255),
batch=self.main_batch, batch=self.main_batch,
group=Group(5, parent=self.part_group), group=Group(5, parent=self.part_group),