Skip to content

Commit

Permalink
cleaned up dont starve together
Browse files Browse the repository at this point in the history
  • Loading branch information
LoadingStill committed Dec 30, 2024
1 parent 38924f4 commit 67e7545
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion game_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
game_pages = {
'cs2': '/static/images/cs2.jpg',
'fctr': '/static/images/fctr.jpg',
'arma3': '/static/images/arma3.jpg'
'arma3': '/static/images/arma3.jpg',
'dst': '/static/images/dst.jpg'
# Add more games here as needed
}
4 changes: 3 additions & 1 deletion static/images/image_urls.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
["cs2", "cs2.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/730/library_600x900.jpg"],
["factorio", "fctr.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422"],
["arma3", "arma3.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/107410/library_600x900.jpg?t=1568818863"]
["arma3", "arma3.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/107410/library_600x900.jpg?t=1568818863"],
["dst", "dst.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/322330/library_600x900.jpg?t=1701988133"]

]
2 changes: 1 addition & 1 deletion templates/games/dst.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Don't Starve Together</h1>

{% block sidebar %}
<div class="sidebar-images">
<img src="https://cdn.cloudflare.steamstatic.com/steam/apps/322330/library_600x900.jpg?t=1656100830" alt="Don't Starve Together Poster">
<img src="{{ url_for('static', filename='images/dst.jpg') }}" alt="Don't Starve Together Poster">
</div>

<div class="sidebar-buttons">
Expand Down

0 comments on commit 67e7545

Please sign in to comment.