From 889d2c0c0933cf2fd9e068b1d2b79eb936b29b58 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 2 Dec 2022 14:44:32 +0100 Subject: src, serialize: work on pass mode 1. add one more value to the enum 2. serialize it properly in binary 3. serialize it as string in json --- scenery/scenery.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenery') diff --git a/scenery/scenery.json b/scenery/scenery.json index 0d2495a9..e4599fca 100644 --- a/scenery/scenery.json +++ b/scenery/scenery.json @@ -7,7 +7,8 @@ { "name": "control panel (wall) 1", "type": "generic", - "atlas-name": "control-panel" + "atlas-name": "control-panel", + "pass-mode": "pass" }, { "name": "bench1", -- cgit v1.2.3