From 39ec99fd1f89a0cc0ff7f665cd1f3d5da57ef9c7 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sat, 21 Jun 2025 22:29:56 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b4a75f..552e9f8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This makes it possible for the [The Pain Jam Launcher](https://git.personal.imad This template contains the following files: - `game.py`: Your actual game code. - `game.toml`: Stores information about your game. +- `requirements.txt`: Base requirements each game needs. Make sure to edit / delete: - `README.md`: To contain information about your game, rather than this.