From ca0f42c326d13ee644ab03a3eec3b6ee4fab3253 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Sat, 12 Apr 2025 15:25:33 +0200 Subject: [PATCH] add order --- bootstrap.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.toml b/bootstrap.toml index 7b04bbc..9412618 100644 --- a/bootstrap.toml +++ b/bootstrap.toml @@ -1,7 +1,7 @@ [ask] -platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu", "3ds", "gamecube", "gba", "ps2", "ps3", "switch"] } -name = { kind = "text", prompt = "Game Name?" } -desc = { kind = "text", prompt = "Game Description?" } +platform = { kind = "selection", prompt = "Game Platform", options = ["wine", "wiiu", "3ds", "gamecube", "gba", "ps2", "ps3", "switch"], order = 1 } +name = { kind = "text", prompt = "Game Name?", order = 2 } +desc = { kind = "text", prompt = "Game Description?", order = 3 } [[actions.replace]] from = ""