diff --git a/games/Pingpong/config.txt b/games/Pingpong/config.txt index 5c14700c..a03d5d32 100644 --- a/games/Pingpong/config.txt +++ b/games/Pingpong/config.txt @@ -20,10 +20,10 @@ #-------------------------------------------------------------------- # The title of your game (eg. Super Mario) -title= +title=Ping Pong # The name of the author (eg. Jane Doe) -author= +author=various # The genre of your game (eg. Platformer) genre= @@ -38,7 +38,7 @@ rating=PG language= # Path to your game thumbnail image (eg. images/icon.png) -image= +image=images/loading.png # Location of git repo (eg. https://github.com/thoth-tech/arcade-games) repository=https://github.com/yourname/yourgame @@ -47,4 +47,4 @@ repository=https://github.com/yourname/yourgame #executable=game.exe # [Optional] Uncomment to include specific compile commands - if you have a specific compile command (eg. 'make', 'skm g++ *.cpp -lstd++') -#compile-command=skm g++ *.cpp -o game \ No newline at end of file +#compile-command=skm g++ *.cpp -o game