mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-05 07:25:45 -04:00
dist: update screenshots on metainfo XML files. (#1311)
These should now be "forever" URLs linking to image files that can be overwritten with each release without touching these XML files each time. **Linking to the thumbnails is intentional.** Unlike the full screenshots the shrunken jpegs will always be smaller than pngs for these, so we never need to change the file extension; and there's really no reason for making everyone download huge screenshots with this stuff anyway - they can go to the website for that. The current website organizes everything so that we have 8 screenshots of each game, numbered 1-4 for Chocolate and 5-8 for GZ. Including screenshots 1, 2, 7 and 8 therefore should give us a fairly representative variety.
This commit is contained in:
parent
1e1b630192
commit
beb51bd056
3 changed files with 24 additions and 24 deletions
16
dist/io.github.freedoom.Phase1.metainfo.xml
vendored
16
dist/io.github.freedoom.Phase1.metainfo.xml
vendored
|
@ -39,20 +39,20 @@
|
|||
</content_rating>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e1m6-upstairs-0.13.0.png</image>
|
||||
<caption>E1M6: Training Facility</caption>
|
||||
<image>https://freedoom.github.io/img/screenshots/tn_p1_1.jpg</image>
|
||||
<caption>Feedoom Screenshot</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e2m8-tripods-0.13.0.png</image>
|
||||
<caption>E2M8: Containment Cell</caption>
|
||||
<image>https://freedoom.github.io/img/screenshots/tn_p1_2.jpg</image>
|
||||
<caption>Feedoom Screenshot</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e3m1-trilobites-worms-0.13.0.png</image>
|
||||
<caption>E3M1: Land of the Lost</caption>
|
||||
<image>https://freedoom.github.io/img/screenshots/tn_p1_7.jpg</image>
|
||||
<caption>Feedoom Screenshot</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://freedoom.github.io/img/screenshots/phase1-gzdoom-e3m3-pain-lord-0.13.0.png</image>
|
||||
<caption>E3M3: Sacrificial Bastion</caption>
|
||||
<image>https://freedoom.github.io/img/screenshots/tn_p1_8.jpg</image>
|
||||
<caption>Feedoom Screenshot</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue