diff --git a/README.md b/README.md index 7240ca5..6a88ae9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Planet - +![Screenshot](https://github.com/mcpiscript/planet/raw/master/screenshot.png) diff --git a/logo.png b/logo.png deleted file mode 100644 index 6bbc022..0000000 Binary files a/logo.png and /dev/null differ diff --git a/planet/main.py b/planet/main.py index 9ccb9e4..65236a4 100644 --- a/planet/main.py +++ b/planet/main.py @@ -90,7 +90,7 @@ class Planet(QMainWindow): namelabel.setFont(font) namelabel.setAlignment(Qt.AlignHCenter) - splashlabel = QLabel(random.choice(SPLASHES)) + splashlabel = QLabel(f"{random.choice(SPLASHES)}") splashlabel.adjustSize() splashlabel.setAlignment(Qt.AlignHCenter) diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..0bb71e1 Binary files /dev/null and b/screenshot.png differ