From 9de752b3e6a7172abc581628406c6a189932730d Mon Sep 17 00:00:00 2001 From: Cheri Dawn Date: Wed, 22 May 2024 21:31:01 +0300 Subject: [PATCH] oops, forgot about docs --- docs.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.toml b/docs.toml index d2d7db8..9fdc3c3 100644 --- a/docs.toml +++ b/docs.toml @@ -7,6 +7,7 @@ license = "license for this manifest" [scenario] # Required. +min_version = "v0.3.1" # optional, highly recommended, minimum version of setage to play this manifest, "v" at the beginning is optional. start = "id" # room where the player starts. any valid room id. title = "title of the game" intro = "intro to the game"