Skip to content

Commit

Permalink
Update config.txt in PingPong
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed May 16, 2024
1 parent 7caacef commit b772a14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions games/Pingpong/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand All @@ -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
Expand All @@ -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
#compile-command=skm g++ *.cpp -o game

0 comments on commit b772a14

Please sign in to comment.