1
0
Fork 0

fix wrong extension used in screenshots in metadata.json

master
Willems Davy 2023-09-07 04:54:14 +02:00
parent 22eec4a546
commit fa876f1e1a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"version":"0.01",
"description": "Puzzle game where water needs to flow through pipes by sliding or rotating them",
"icon": "app.png",
"screenshots": [{"url":"screenshot1.jpg"},{"url":"screenshot2.jpg"},{"url":"screenshot3.jpg"}],
"screenshots": [{"url":"screenshot1.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"}],
"tags": "game",
"supports" : ["BANGLEJS2"],
"readme": "README.md",