Skip to content

Commit b71dc34

Browse files
committed
ABC order
1 parent 0998fc7 commit b71dc34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

game_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
game_pages = {
2-
'cs2': '/static/images/cs2.jpg',
3-
'fctr': '/static/images/fctr.jpg',
42
'arma3': '/static/images/arma3.jpg',
3+
'cs2': '/static/images/cs2.jpg',
54
'dst': '/static/images/dst.jpg',
65
'eco': '/static/images/eco.jpg',
6+
'fctr': '/static/images/fctr.jpg',
77
'mc': '/static/images/mc.jpg'
88
}

static/images/image_urls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
2-
["cs2", "cs2.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/730/library_600x900.jpg"],
3-
["factorio", "fctr.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422"],
42
["arma3", "arma3.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/107410/library_600x900.jpg?t=1568818863"],
3+
["cs2", "cs2.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/730/library_600x900.jpg"],
54
["dst", "dst.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/322330/library_600x900.jpg?t=1701988133"],
65
["eco", "eco.jpg", "https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/382310/library_600x900.jpg?t=1702129337"],
6+
["factorio", "fctr.jpg", "https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422"],
77
["mc", "mc.jpg", "https://cdn2.steamgriddb.com/grid/a73027901f88055aaa0fd1a9e25d36c7.png"]
88
]

0 commit comments

Comments
 (0)