From ed683189f898f649ed0cf65ad520452e72d1aa32 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sun, 4 Sep 2016 11:42:20 -0600 Subject: [PATCH] Better ability to mod main prompt --- mods/prompt.hjson | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/mods/prompt.hjson b/mods/prompt.hjson index cdfdf562..3dac7326 100644 --- a/mods/prompt.hjson +++ b/mods/prompt.hjson @@ -59,16 +59,19 @@ } } - "menuCommand" : { + menuCommand: { art: MNUPRMT - "mci" : { - "ET2" : { - "argName" : "command", - "width" : 20, - "maxLength" : 20, - "submit" : true, - "textStyle" : "U", - "focus" : true + mci: { + TL1: { + // theme me! + } + ET2: { + argName: command + width: 20 + maxLength: 20 + submit: true + textStyle: upper + focus: true } } },