Skip to content

Commit

Permalink
Update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed May 24, 2023
1 parent 0141768 commit f9fe594
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ seed-finding utilities provided by [cubiomes](https://github.com/Cubitect/cubiom
and a map viewer for the Minecraft biomes and structure generation.

The tool is designed for high performance and supports Minecraft Java Edition
main releases up to 1.19.
main releases up to 1.20.


## Download
Expand Down Expand Up @@ -59,7 +59,7 @@ area.

## Screenshots

Screenshots were taken of Cubiomes-Viewer v3.0.
Screenshots were taken of Cubiomes-Viewer v3.3.

![maingui](etc/screenshot_maingui-fs8.png
"Searching for a quad-hut near a stronghold with a good biome variety")
Expand Down
10 changes: 5 additions & 5 deletions etc/com.github.cubitect.cubiomes-viewer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
</description>

<releases>
<release version="3.2.1" date="2023-02-18">
<release version="3.3.0" date="2023-05-24">
</release>
</releases>

<launchable type="desktop-id">com.github.cubitect.cubiomes-viewer.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.2.1/etc/screenshot_maingui-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.3.0/etc/screenshot_maingui-fs8.png</image>
</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.2.1/etc/screenshot_biomes-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.3.0/etc/screenshot_biomes-fs8.png</image>
</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.2.1/etc/screenshot_structures-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.3.0/etc/screenshot_structures-fs8.png</image>
</screenshot>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.2.1/etc/screenshot_surface-fs8.png</image>
<image type="source">https://raw.githubusercontent.com/Cubitect/cubiomes-viewer/3.3.0/etc/screenshot_surface-fs8.png</image>
</screenshot>
</screenshots>

Expand Down
Binary file modified etc/screenshot_biomes-fs8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified etc/screenshot_maingui-fs8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified etc/screenshot_structures-fs8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified etc/screenshot_surface-fs8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ QAction *MainWindow::addMapAction(int sopt, const char *iconpath, QString tip)
QIcon icon;
QString inam = QString(":icons/") + iconpath;
QPixmap pix_on = QPixmap(inam + ".png");
QPixmap pix_off = QPixmap(inam + ".png");
QPixmap pix_off = QPixmap(inam + "_d.png");
if (pix_on.size().width() > 20)
{
pix_on = pix_on.scaledToWidth(20);
Expand Down

0 comments on commit f9fe594

Please sign in to comment.