From e87c977c6f5b78669eae9afcc8cb21ad6c66d91d Mon Sep 17 00:00:00 2001 From: Brosef Date: Sat, 21 Jun 2025 22:29:28 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b163211..4b4a75f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ This makes it possible for the [The Pain Jam Launcher](https://git.personal.imad ## Usage This template contains the following files: +- `game.py`: Your actual game code. +- `game.toml`: Stores information about your game. -`game.py`: Your actual game code. - -`game.toml`: Stores information about your game +Make sure to edit / delete: +- `README.md`: To contain information about your game, rather than this. +- `TODO.md`: To contain your own TODOs. For more information about how to use each of these files, check the documentation within each file. \ No newline at end of file