Add screenshot

This commit is contained in:
leha-code 2022-03-04 20:50:21 -04:00
parent 49b842941f
commit 6ad072c4d6
No known key found for this signature in database
GPG Key ID: 15227A6455DDF7EE
4 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Planet
![Screenshot](https://github.com/mcpiscript/planet/raw/master/screenshot.png)

BIN
logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

View File

@ -90,7 +90,7 @@ class Planet(QMainWindow):
namelabel.setFont(font)
namelabel.setAlignment(Qt.AlignHCenter)
splashlabel = QLabel(random.choice(SPLASHES))
splashlabel = QLabel(f"<font color=\"gold\">{random.choice(SPLASHES)}</font>")
splashlabel.adjustSize()
splashlabel.setAlignment(Qt.AlignHCenter)

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB