From cc99f00537f91f7a93dc02384705e2fac50788cd Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 16 Jun 2025 20:03:04 +0100 Subject: [PATCH] Modified template to fit game --- README.md | 20 ++------------------ game.toml | 7 +++---- 2 files changed, 5 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 751cfee..e9e6b6c 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,3 @@ -# BaseGame +# PingPongPain -A template that all games should be based on. - -The idea is this will make it easier to integrate with [The Pain Jam Launcher](https://git.personal.imadumbass.dog/PainJam/PainJamLauncher). - -I have no idea how templates work so we just kinda balling with this one, team. - -## Usage - -This template contains the following files: - -`__init__.py`: Your actual game code. - -`__main__.py`: The standalone launcher. This should not be changed as this file is not ran when using an external launcher. - -`game.toml`: Stores information about your game - -For more information about how to use each of these files, check the documentation within each file. \ No newline at end of file +It's pong. But it hurts. \ No newline at end of file diff --git a/game.toml b/game.toml index c230ce8..db3f770 100644 --- a/game.toml +++ b/game.toml @@ -1,8 +1,7 @@ # The ID used for logging -# TODO: Filter things like '\', '{}', '\n' etc.- -id = "changeMe" +id = "pingpongpain" # The name used for setting the windows # title, and for displaying in the launcher -name = "Change me" +name = "Ping Pong Pain" # The description displayed by the launcher -description = "Write something about this game.\nNew lines are supported." +description = ":3"