Skip to content

Commit de51540

Browse files
authored
powerball: fix developer metadata
1 parent f12e1c5 commit de51540

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

entries/rubenretro__powerball/game.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,22 @@
2020
"playable": true
2121
}
2222
],
23-
"developer": {
24-
"Rubenretro": "https://rubenretro.itch.io",
25-
"beatscribe": "https://beatscribe.itch.io",
26-
"ainaSGE": "https://ainasge.itch.io"
27-
},
23+
"developer": [
24+
{
25+
"name": "Rubenretro",
26+
"link": "https://rubenretro.itch.io"
27+
},
28+
{
29+
"name": "beatscribe",
30+
"link": "https://beatscribe.itch.io"
31+
},
32+
{
33+
"name": "ainaSGE",
34+
"link": "https://ainasge.itch.io"
35+
}
36+
],
2837
"title": "PowerBall: Monster's Quest",
2938
"date": "2023-09-15",
3039
"website": "https://rubenretro.itch.io/powerball",
3140
"slug": "rubenretro__powerball"
32-
}
41+
}

0 commit comments

Comments
 (0)