nano ~/games/NyanCat/main.chai (adjust if you saved the main.chai in a other folder)
Edit to Resolution from
t.window.width = 340
t.window.height = 260
to
t.window.width = 1020
t.window.height = 780
To remove the text delete this from main.chai
// Text at the bottom.
var scoreInt = 2 // Port the time to an integer.
scoreInt = time
var text = "YOU'VE NYANED FOR " + to_string(scoreInt) + " SECONDS" love.graphics.print(text, love.graphics.getWidth() / 2 - activeFont.getWidth(text) / 2, love.graphics.getHeight() - activeFont.getHeight(text) * 4)
To move the cat more to the right side of the screen adjust
There is a simpler way to do the nyancat thing because you can directly grab it on the retroarchâs build-in app store! Try the following steps:
Open Retroarch on your gameshell
Select Online Updater
Select Content Downloader
Select Chailove
Select NyanCat.chailove
(also update the Chailove core if you havenât done so)
Go back yo Main Menu
Select Load Content
Select the Downloads folder
Load NyanCat.chailove
Thanks for checking out ChaiLove and having some great ideas of how NyanCat can improve
Just pushed up a fix to make it so that when you push the Start button, itâll show/hide the text. Feel free to push up more updates through Pull Requests! https://github.com/RobLoach/ChaiLove-NyanCat