Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit e9b18eb

Browse files
committed
add assassin and edit archer
1 parent 5f7d84e commit e9b18eb

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Launcher Asset/archer_standf a.png

2.45 KB
Loading

Launcher Asset/assassin_standf a.png

13.6 KB
Loading

choose_character.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def setupUi(self, Form):
7575
self.gridLayout_2.addWidget(self.c3, 0, 0, 1, 1)
7676
self.c4 = QLabel(self.gridLayoutWidget_2)
7777
self.c4.setObjectName("c4")
78-
self.c4.setPixmap(QPixmap("assets/image/player/standf.png"))
78+
self.c4.setPixmap(QPixmap("Launcher Asset/assassin_standf a.png"))
7979
#self.c4.setScaledContents(True)
8080
self.c4.setAlignment(Qt.AlignCenter)
8181
self.gridLayout_2.addWidget(self.c4, 0, 1, 1, 1)

0 commit comments

Comments
 (0)