Skip to content

Commit

Permalink
Merge pull request #31 from tabreturn/paused.fix
Browse files Browse the repository at this point in the history
Move controls to README.md and set RTR to true
  • Loading branch information
Cebion authored Feb 3, 2024
2 parents 579742f + 82fa620 commit 3aec41b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions ports/paused/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## Notes
<br/>

Thanks to [Hamdy of CYFO](https://cyfo.itch.io/paused) for for permission to bundle the game files. Also thanks to tabreturn for the packaging for portmaster.
<br/>

## Controls

| Button | Action |
| ---------- | ------------------- |
| LEFT/RIGHT | Horizontal movement |
| DOWN | Fall |
| A | Jump |
| B or R1 | Switch |
| L1 | Reload |
| START | Pause |

6 changes: 3 additions & 3 deletions ports/paused/port.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"porter": [
"tabreturn"
],
"desc": "What do ducks have to do with rabbits? Exactly, adventure and physics stuff are what you are looking for.\n\nLEFT/RIGHT = Horizontal movement\nDOWN = Fall\nA = Jump\nB or R1 = Switch\nL1 = Reload\nSTART = Pause",
"desc": "What do ducks have to do with rabbits? Exactly, adventure and physics stuff are what you are looking for.",
"inst": "Game files are already included and ready to go.",
"genres": [
"puzzle"
],
"image": {},
"rtr": false,
"rtr": true,
"runtime": null,
"reqs": []
}
}
}

0 comments on commit 3aec41b

Please sign in to comment.