diff --git a/ports/paused/README.md b/ports/paused/README.md index cd4a7467b7..dbca53ac8e 100644 --- a/ports/paused/README.md +++ b/ports/paused/README.md @@ -1,6 +1,15 @@ ## Notes -
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. -
+ +## Controls + +| Button | Action | +| ---------- | ------------------- | +| LEFT/RIGHT | Horizontal movement | +| DOWN | Fall | +| A | Jump | +| B or R1 | Switch | +| L1 | Reload | +| START | Pause | diff --git a/ports/paused/port.json b/ports/paused/port.json index cbb3df9fbe..ad9fbb66b5 100644 --- a/ports/paused/port.json +++ b/ports/paused/port.json @@ -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": [] } -} \ No newline at end of file +}