Skip to content

Commit

Permalink
Merge pull request #38 from tomspilman/games2
Browse files Browse the repository at this point in the history
Added PalmRide to showcase.
  • Loading branch information
tomspilman authored Nov 26, 2023
2 parents 01b9a9d + 45330e0 commit 6af1655
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file added images/showcase-header/palmride-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/showcase-header/palmride-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions scripts/game-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,22 @@ var games = [
"Console",
"Featured"
]
},
{
"name": "palmride",
"title": "PalmRide",
"logo": "palmride-logo.png",
"screenshot": "palmride-screenshot.png",
"url": "https://www.palmride.online/",
"pixelart": true,
"tags": [
"Windows",
"Linux",
"2D",
"3D",
"Desktop",
"Featured"
]
}
];

Expand Down

0 comments on commit 6af1655

Please sign in to comment.